Teal — Color Codes & Palette
Color Codes
| Format | Value | |
|---|---|---|
| HEX | #008080 | |
| RGB | rgb(0, 128, 128) | |
| HSL | hsl(180, 100%, 25%) |
Shades of Teal
| #007575 | #006B6B | #006161 | #005757 | #004D4D | #004242 | #003838 | #002E2E |
Tints of Teal
| #00A8A8 | #00D1D1 | #00FAFA | #24FFFF | #4DFFFF | #75FFFF | #9EFFFF | #C7FFFF |
Color Pairings & Harmony
|
Complementary
#800000
|
Analogous +30°
#004080
|
Analogous −30°
#008040
|
Triadic +120°
#800080
|
Triadic −120°
#808000
|
Contrast & Accessibility (WCAG 2.1)
CSS Snippet
.element {
color: #008080;
}
.element-bg {
background-color: #008080;
color: #ffffff;
}
.element-border {
border: 2px solid #008080;
}
About Teal
Teal is a dark color with vivid, highly saturated, defined by the hex code #008080. Its exact color model values are rgb(0, 128, 128) in RGB and hsl(180, 100%, 25%) in HSL (hue 180°, saturation 100%, lightness 25%). On a white background the contrast ratio is 4.77:1 — AA pass for normal text, and on black it is 4.40:1 — AA pass for large text only. Use Teal for UI elements, backgrounds, text, borders, or decorative accents. The shades section below shows progressively darker variations, while the tints strip shows progressively lighter versions — both useful for building a tonal palette. The harmony swatches provide complementary, analogous, and triadic pairings based on the HSL hue wheel.
Want to explore this color interactively, generate palettes, or convert between color formats? The DevArbor Color Picker has you covered.
Open the Color Picker →