#33F8BD
A medium, vivid green closely aligning with Aquamarine.
About #33F8BD
At its core, #33F8BD is a medium and vivid hue. It is closely associated with the named CSS color Aquamarine. In the RGB color space, it consists of 51 red, 248 green, and 189 blue.
When sending designs containing this color to a printer, the CMYK values come into play. 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.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33F8BD
RGB51, 248, 189
HSL162.0°, 93.4%, 58.6%
CMYK79%, 0%, 24%, 3%
HSV162.0°, 79.4%, 97.3%
LAB87.7, -60.0, 15.2
XYZ44.1, 71.5, 59.6
Decimal3406013
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.30:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.01:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F8BD;
}
.text-color {
color: #33F8BD;
}
.border-color {
border: 2px solid #33F8BD;
}