#33B6BD
A medium, moderate cyan closely aligning with Lightseagreen.
About #33B6BD
Visually, #33B6BD is defined as a moderate cyan. It is closely associated with the named CSS color Lightseagreen. In the RGB color space, it consists of 51 red, 182 green, and 189 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 73% C, 4% M, 0% Y, and 26% K. With a hue angle of 183.0 degrees, it sits comfortably in the cyan spectrum.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33B6BD
RGB51, 182, 189
HSL183.0°, 57.5%, 47.1%
CMYK73%, 4%, 0%, 26%
HSV183.0°, 73.0%, 74.1%
LAB67.9, -31.8, -13.7
XYZ27.3, 37.8, 54.0
Decimal3389117
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.45:1
Text on #FFFFFF
FAIL
8.57:1
Text on #000000
AAA
2.34:1
Text on #F8FAFC
FAIL
7.28:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33B6BD;
}
.text-color {
color: #33B6BD;
}
.border-color {
border: 2px solid #33B6BD;
}