#33A075
A medium, moderate green closely aligning with Seagreen.
About #33A075
The hex code #33A075 represents a beautifully specific shade of green. It is closely associated with the named CSS color Seagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 160, and 117.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 68% cyan and 0% magenta inks. The HSL representation is 156.3° hue, 51.7% saturation, and 41.4% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#33A075
RGB51, 160, 117
HSL156.3°, 51.7%, 41.4%
CMYK68%, 0%, 27%, 37%
HSV156.3°, 68.1%, 62.7%
LAB59.1, -41.2, 13.6
XYZ17.1, 27.1, 21.2
Decimal3383413
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.27:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.46:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #33A075;
}
.text-color {
color: #33A075;
}
.border-color {
border: 2px solid #33A075;
}