Teal 200
#99f6e4
teal-200
Light teal for borders and highlights.
Color Values
| Hex | #99f6e4 | |
| RGB | rgb(153, 246, 228) | |
| HSL | hsl(168, 84%, 78%) |
How to Use
Tailwind CSS
Tailwind Classeshtml
<!-- Tailwind CSS Classes -->
<div class="teal-200">
Background
</div>
<p class="teal-200">
Text
</p>
<div class="teal-200 border">
Border
</div>CSS
CSS Codecss
/* CSS Variables */
--color-teal-200: #99f6e4;
/* Direct Usage */
.element {
color: #99f6e4;
background-color: rgb(153, 246, 228);
}Best Use Cases
Tech borders
Fresh badges
Aqua accents
Find More Colors
Explore all 242 Tailwind CSS colors with our color tools.
Browse Colors