#75BD8A
A light, moderate green closely aligning with Darkseagreen.
About #75BD8A
The precise color #75BD8A is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkseagreen. This translates to an RGB value of rgb(117, 189, 138).
If you are designing for print, the four-color process is what matters most. The color uses 38% Cyan, 0% Magenta, 27% Yellow, and 26% Black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. 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#75BD8A
RGB117, 189, 138
HSL137.5°, 35.3%, 60.0%
CMYK38%, 0%, 27%, 26%
HSV137.5°, 38.1%, 74.1%
LAB70.9, -33.6, 18.8
XYZ30.1, 42.0, 30.6
Decimal7716234
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.23:1
Text on #FFFFFF
FAIL
9.40:1
Text on #000000
AAA
2.13:1
Text on #F8FAFC
FAIL
7.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BD8A;
}
.text-color {
color: #75BD8A;
}
.border-color {
border: 2px solid #75BD8A;
}