#33F8C5
A medium, vivid green closely aligning with Aquamarine.
About #33F8C5
At its core, #33F8C5 is a medium and vivid hue. Designers often compare it to the standard color Aquamarine. Its digital footprint relies on 51 parts red, 248 parts green, and 197 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 79% cyan and 0% magenta inks. The HSL representation is 164.5° hue, 93.4% saturation, and 58.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#33F8C5
RGB51, 248, 197
HSL164.5°, 93.4%, 58.6%
CMYK79%, 0%, 21%, 3%
HSV164.5°, 79.4%, 97.3%
LAB87.9, -58.1, 11.3
XYZ45.0, 71.9, 64.3
Decimal3406021
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.37:1
Text on #FFFFFF
FAIL
15.37:1
Text on #000000
AAA
1.31:1
Text on #F8FAFC
FAIL
13.07:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #33F8C5;
}
.text-color {
color: #33F8C5;
}
.border-color {
border: 2px solid #33F8C5;
}