#33AFB6
A medium, moderate cyan closely aligning with Lightseagreen.
About #33AFB6
When working with digital screens, the color #33AFB6 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(51, 175, 182).
For print applications, it's crucial to understand its CMYK makeup. The color uses 72% Cyan, 4% Magenta, 0% Yellow, and 29% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium 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#33AFB6
RGB51, 175, 182
HSL183.2°, 56.2%, 45.7%
CMYK72%, 4%, 0%, 29%
HSV183.2°, 72.0%, 71.4%
LAB65.5, -30.5, -13.3
XYZ25.1, 34.7, 49.6
Decimal3387318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.64:1
Text on #FFFFFF
FAIL
7.95:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.76:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33AFB6;
}
.text-color {
color: #33AFB6;
}
.border-color {
border: 2px solid #33AFB6;
}