#00A899
A dark, vivid cyan closely aligning with Lightseagreen.
About #00A899
When working with digital screens, the color #00A899 is rendered by mixing light. Designers often compare it to the standard color Lightseagreen. This translates to an RGB value of rgb(0, 168, 153).
Translating this color to physical media requires the CMYK color model. The color uses 100% Cyan, 0% Magenta, 9% Yellow, and 34% Black. The HSL representation is 174.6° hue, 100.0% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00A899
RGB0, 168, 153
HSL174.6°, 100.0%, 32.9%
CMYK100%, 0%, 9%, 34%
HSV174.6°, 100.0%, 65.9%
LAB61.9, -39.7, -2.6
XYZ19.8, 30.3, 34.9
Decimal43161
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.97:1
Text on #FFFFFF
FAIL
7.06:1
Text on #000000
AAA
2.84:1
Text on #F8FAFC
FAIL
6.00:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A899;
}
.text-color {
color: #00A899;
}
.border-color {
border: 2px solid #00A899;
}