#00AF92
A dark, vivid cyan closely aligning with Lightseagreen.
About #00AF92
At its core, #00AF92 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Lightseagreen. Its digital footprint relies on 0 parts red, 175 parts green, and 146 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 0% magenta, 17% yellow, and 31% black. The HSL representation is 170.1° hue, 100.0% saturation, and 34.3% lightness.
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#00AF92
RGB0, 175, 146
HSL170.1°, 100.0%, 34.3%
CMYK100%, 0%, 17%, 31%
HSV170.1°, 100.0%, 68.6%
LAB63.9, -44.7, 4.3
XYZ20.5, 32.7, 32.4
Decimal44946
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.55:1
Text on #000000
AAA
2.66:1
Text on #F8FAFC
FAIL
6.42:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #00AF92;
}
.text-color {
color: #00AF92;
}
.border-color {
border: 2px solid #00AF92;
}