#75B683
A medium, moderate green closely aligning with Darkseagreen.
About #75B683
The precise color #75B683 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Darkseagreen. This translates to an RGB value of rgb(117, 182, 131).
If you are designing for print, the four-color process is what matters most. The color uses 36% Cyan, 0% Magenta, 28% Yellow, and 29% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. 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#75B683
RGB117, 182, 131
HSL132.9°, 30.8%, 58.6%
CMYK36%, 0%, 28%, 29%
HSV132.9°, 35.7%, 71.4%
LAB68.7, -31.6, 19.6
XYZ28.2, 38.9, 27.5
Decimal7714435
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.39:1
Text on #FFFFFF
FAIL
8.78:1
Text on #000000
AAA
2.29:1
Text on #F8FAFC
FAIL
7.46:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75B683;
}
.text-color {
color: #75B683;
}
.border-color {
border: 2px solid #75B683;
}