#33F0B6
A medium, vivid green closely aligning with Aquamarine.
About #33F0B6
Visually, #33F0B6 is defined as a vivid green. Its closest recognized web color is Aquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 240, and 182.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#33F0B6
RGB51, 240, 182
HSL161.6°, 86.3%, 57.1%
CMYK79%, 0%, 24%, 6%
HSV161.6°, 78.8%, 94.1%
LAB85.2, -58.5, 15.3
XYZ41.0, 66.4, 54.9
Decimal3403958
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.47:1
Text on #FFFFFF
FAIL
14.28:1
Text on #000000
AAA
1.41:1
Text on #F8FAFC
FAIL
12.14:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F0B6;
}
.text-color {
color: #33F0B6;
}
.border-color {
border: 2px solid #33F0B6;
}