#33AF7C
A medium, moderate green closely aligning with Mediumseagreen.
About #33AF7C
At its core, #33AF7C is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Mediumseagreen. Its digital footprint relies on 51 parts red, 175 parts green, and 124 parts blue light.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 71% cyan, 0% magenta, 29% yellow, and 31% black. The HSL representation is 155.3° hue, 54.9% saturation, and 44.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#33AF7C
RGB51, 175, 124
HSL155.3°, 54.9%, 44.3%
CMYK71%, 0%, 29%, 31%
HSV155.3°, 70.9%, 68.6%
LAB64.0, -45.9, 16.6
XYZ20.3, 32.8, 24.3
Decimal3387260
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.78:1
Text on #FFFFFF
FAIL
7.56:1
Text on #000000
AAA
2.65:1
Text on #F8FAFC
FAIL
6.43:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33AF7C;
}
.text-color {
color: #33AF7C;
}
.border-color {
border: 2px solid #33AF7C;
}