#75AF99
A medium, muted green closely aligning with Darkseagreen.
About #75AF99
When working with digital screens, the color #75AF99 is rendered by mixing light. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(117, 175, 153).
If you are designing for print, the four-color process is what matters most. The color uses 33% Cyan, 0% Magenta, 13% Yellow, and 31% Black. The HSL representation is 157.2° hue, 26.6% saturation, and 57.3% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#75AF99
RGB117, 175, 153
HSL157.2°, 26.6%, 57.3%
CMYK33%, 0%, 13%, 31%
HSV157.2°, 33.1%, 68.6%
LAB67.1, -23.8, 5.3
XYZ28.4, 36.7, 35.7
Decimal7712665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.52:1
Text on #FFFFFF
FAIL
8.35:1
Text on #000000
AAA
2.40:1
Text on #F8FAFC
FAIL
7.10:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75AF99;
}
.text-color {
color: #75AF99;
}
.border-color {
border: 2px solid #75AF99;
}