#75A87C
A medium, muted green closely aligning with Darkseagreen.
About #75A87C
The precise color #75A87C is an excellent choice for modern design projects. Designers often compare it to the standard color Darkseagreen. This translates to an RGB value of rgb(117, 168, 124).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 30% cyan, 0% magenta, 26% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#75A87C
RGB117, 168, 124
HSL128.2°, 22.7%, 55.9%
CMYK30%, 0%, 26%, 34%
HSV128.2°, 30.4%, 65.9%
LAB64.4, -26.1, 17.5
XYZ25.0, 33.2, 24.2
Decimal7710844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.65:1
Text on #000000
AAA
2.62:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #75A87C;
}
.text-color {
color: #75A87C;
}
.border-color {
border: 2px solid #75A87C;
}