Teal
#008080
Here's everything about the color Teal (#008080) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #008080 | |
|---|---|---|
| RGB | rgb(0, 128, 128) | |
| HSL | hsl(180, 100%, 25%) | |
| CMYK | cmyk(100%, 0%, 0%, 50%) | |
| LAB | lab(48, -30, -9) | |
| OKLCH | oklch(0.54 0.093 195) |
Color harmonies
Tints & shades
Code snippets
color: #008080;
background-color: #008080;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF008080)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.50, blue: 0.50, alpha: 1.0)