#33E2B6
A medium, vivid green closely aligning with Aquamarine.
About #33E2B6
Visually, #33E2B6 is defined as a vivid green. If you're using CSS, you might find it aligns closely with Aquamarine. Its digital footprint relies on 51 parts red, 226 parts green, and 182 parts blue light.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 77% C, 0% M, 19% Y, and 11% K. The HSL representation is 164.9° hue, 75.1% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#33E2B6
RGB51, 226, 182
HSL164.9°, 75.1%, 54.3%
CMYK77%, 0%, 19%, 11%
HSV164.9°, 77.4%, 88.6%
LAB81.0, -53.0, 9.3
XYZ37.0, 58.5, 53.6
Decimal3400374
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.65:1
Text on #FFFFFF
FAIL
12.69:1
Text on #000000
AAA
1.58:1
Text on #F8FAFC
FAIL
10.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33E2B6;
}
.text-color {
color: #33E2B6;
}
.border-color {
border: 2px solid #33E2B6;
}