#00AFB6
A dark, vivid cyan closely aligning with Lightseagreen.
About #00AFB6
At its core, #00AFB6 is a dark and vivid hue. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 0 red, 175 green, and 182 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 100% Cyan, 4% Magenta, 0% Yellow, and 29% Black. The HSL representation is 182.3° hue, 100.0% saturation, and 35.7% lightness.
When using this color as a background, text legibility must be considered. 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#00AFB6
RGB0, 175, 182
HSL182.3°, 100.0%, 35.7%
CMYK100%, 4%, 0%, 29%
HSV182.3°, 100.0%, 71.4%
LAB65.0, -34.1, -14.2
XYZ23.8, 34.0, 49.6
Decimal44982
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.69:1
Text on #FFFFFF
FAIL
7.81:1
Text on #000000
AAA
2.57:1
Text on #F8FAFC
FAIL
6.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00AFB6;
}
.text-color {
color: #00AFB6;
}
.border-color {
border: 2px solid #00AFB6;
}