#00A88A
A dark, vivid cyan closely aligning with Lightseagreen.
About #00A88A
Visually, #00A88A is defined as a vivid cyan. Its closest recognized web color is Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 168, and 138.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 0% M, 18% Y, and 34% K. With a hue angle of 169.3 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#00A88A
RGB0, 168, 138
HSL169.3°, 100.0%, 32.9%
CMYK100%, 0%, 18%, 34%
HSV169.3°, 100.0%, 65.9%
LAB61.5, -43.9, 5.2
XYZ18.6, 29.8, 28.8
Decimal43146
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.01:1
Text on #FFFFFF
AA Large
6.97:1
Text on #000000
AA
2.88:1
Text on #F8FAFC
FAIL
5.92:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A88A;
}
.text-color {
color: #00A88A;
}
.border-color {
border: 2px solid #00A88A;
}