#33A099
A medium, moderate cyan closely aligning with Lightseagreen.
About #33A099
Visually, #33A099 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, 160 green, and 153 blue.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33A099
RGB51, 160, 153
HSL176.1°, 51.7%, 41.4%
CMYK68%, 0%, 4%, 37%
HSV176.1°, 68.1%, 62.7%
LAB60.0, -31.8, -5.3
XYZ19.7, 28.1, 34.5
Decimal3383449
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A099;
}
.text-color {
color: #33A099;
}
.border-color {
border: 2px solid #33A099;
}