#16B6BD
A medium, vivid cyan closely aligning with Lightseagreen.
About #16B6BD
At its core, #16B6BD is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(22, 182, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 88% Cyan, 4% Magenta, 0% Yellow, and 26% Black. The HSL representation is 182.5° hue, 79.1% saturation, and 41.4% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#16B6BD
RGB22, 182, 189
HSL182.5°, 79.1%, 41.4%
CMYK88%, 4%, 0%, 26%
HSV182.5°, 88.4%, 74.1%
LAB67.5, -34.3, -14.3
XYZ26.2, 37.3, 54.0
Decimal1488573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.46:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #16B6BD;
}
.text-color {
color: #16B6BD;
}
.border-color {
border: 2px solid #16B6BD;
}