#00B6AF
A dark, vivid cyan closely aligning with Lightseagreen.
About #00B6AF
The precise color #00B6AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 0 red, 182 green, and 175 blue.
If you are designing for print, the four-color process is what matters most. The color uses 100% Cyan, 0% Magenta, 4% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#00B6AF
RGB0, 182, 175
HSL177.7°, 100.0%, 35.7%
CMYK100%, 0%, 4%, 29%
HSV177.7°, 100.0%, 71.4%
LAB66.9, -39.4, -7.4
XYZ24.5, 36.6, 46.3
Decimal46767
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.53:1
Text on #FFFFFF
FAIL
8.31:1
Text on #000000
AAA
2.42:1
Text on #F8FAFC
FAIL
7.06:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #00B6AF;
}
.text-color {
color: #00B6AF;
}
.border-color {
border: 2px solid #00B6AF;
}