#00B6A0
A dark, vivid cyan closely aligning with Lightseagreen.
About #00B6A0
Visually, #00B6A0 is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 0 red, 182 green, and 160 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 100% cyan, 0% magenta, 12% yellow, and 29% black. With a hue angle of 172.7 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00B6A0
RGB0, 182, 160
HSL172.7°, 100.0%, 35.7%
CMYK100%, 0%, 12%, 29%
HSV172.7°, 100.0%, 71.4%
LAB66.5, -43.8, 0.2
XYZ23.1, 36.0, 39.0
Decimal46752
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.56:1
Text on #FFFFFF
FAIL
8.20:1
Text on #000000
AAA
2.45:1
Text on #F8FAFC
FAIL
6.97:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00B6A0;
}
.text-color {
color: #00B6A0;
}
.border-color {
border: 2px solid #00B6A0;
}