#33A0B6
A medium, moderate cyan closely aligning with Cadetblue.
About #33A0B6
Visually, #33A0B6 is defined as a moderate cyan. If you're using CSS, you might find it aligns closely with Cadetblue. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 160, and 182.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 72% cyan and 12% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33A0B6
RGB51, 160, 182
HSL190.1°, 56.2%, 45.7%
CMYK72%, 12%, 0%, 29%
HSV190.1°, 72.0%, 71.4%
LAB61.0, -23.1, -20.2
XYZ22.4, 29.2, 48.7
Decimal3383478
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.84:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A0B6;
}
.text-color {
color: #33A0B6;
}
.border-color {
border: 2px solid #33A0B6;
}