#33A0A0
A medium, moderate cyan closely aligning with Darkcyan.
About #33A0A0
At its core, #33A0A0 is a medium and moderate hue. Its closest recognized web color is Darkcyan. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 160, and 160.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 68% C, 0% M, 0% Y, and 37% K. 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33A0A0
RGB51, 160, 160
HSL180.0°, 51.7%, 41.4%
CMYK68%, 0%, 0%, 37%
HSV180.0°, 68.1%, 62.7%
LAB60.2, -29.8, -9.0
XYZ20.3, 28.4, 37.7
Decimal3383456
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.68:1
Text on #000000
AA
3.01:1
Text on #F8FAFC
AA Large
5.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A0A0;
}
.text-color {
color: #33A0A0;
}
.border-color {
border: 2px solid #33A0A0;
}