#33A092
A medium, moderate cyan closely aligning with Lightseagreen.
About #33A092
Visually, #33A092 is defined as a moderate cyan. It is closely associated with the named CSS color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 160, and 146.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 68% C, 0% M, 9% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33A092
RGB51, 160, 146
HSL172.3°, 51.7%, 41.4%
CMYK68%, 0%, 9%, 37%
HSV172.3°, 68.1%, 62.7%
LAB59.8, -33.8, -1.7
XYZ19.1, 27.9, 31.6
Decimal3383442
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.58:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A092;
}
.text-color {
color: #33A092;
}
.border-color {
border: 2px solid #33A092;
}