#33F0BD
A medium, vivid green closely aligning with Aquamarine.
About #33F0BD
The hex code #33F0BD represents a beautifully specific shade of green. Its closest recognized web color is Aquamarine. In the RGB color space, it consists of 51 red, 240 green, and 189 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 79% C, 0% M, 21% Y, and 6% K. With a hue angle of 163.8 degrees, it sits comfortably in the green spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33F0BD
RGB51, 240, 189
HSL163.8°, 86.3%, 57.1%
CMYK79%, 0%, 21%, 6%
HSV163.8°, 78.8%, 94.1%
LAB85.4, -56.9, 11.9
XYZ41.7, 66.7, 58.8
Decimal3403965
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.46:1
Text on #FFFFFF
FAIL
14.34:1
Text on #000000
AAA
1.40:1
Text on #F8FAFC
FAIL
12.19:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F0BD;
}
.text-color {
color: #33F0BD;
}
.border-color {
border: 2px solid #33F0BD;
}