#00A8A8
A dark, vivid cyan closely aligning with Lightseagreen.
About #00A8A8
Visually, #00A8A8 is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Lightseagreen. In the RGB color space, it consists of 0 red, 168 green, and 168 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 0% Magenta, 0% Yellow, and 34% Black. With a hue angle of 180.0 degrees, it sits comfortably in the cyan spectrum.
When using this color as a background, text legibility must be considered. 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#00A8A8
RGB0, 168, 168
HSL180.0°, 100.0%, 32.9%
CMYK100%, 0%, 0%, 34%
HSV180.0°, 100.0%, 65.9%
LAB62.4, -35.2, -10.3
XYZ21.1, 30.8, 41.9
Decimal43176
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.93:1
Text on #FFFFFF
FAIL
7.17:1
Text on #000000
AAA
2.80:1
Text on #F8FAFC
FAIL
6.09:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00A8A8;
}
.text-color {
color: #00A8A8;
}
.border-color {
border: 2px solid #00A8A8;
}