#75C5AF
A light, moderate green closely aligning with Mediumaquamarine.
About #75C5AF
The precise color #75C5AF is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumaquamarine. This translates to an RGB value of rgb(117, 197, 175).
If you are designing for print, the four-color process is what matters most. The color uses 41% Cyan, 0% Magenta, 11% Yellow, and 23% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75C5AF
RGB117, 197, 175
HSL163.5°, 40.8%, 61.6%
CMYK41%, 0%, 11%, 23%
HSV163.5°, 40.6%, 77.3%
LAB74.1, -29.7, 3.3
XYZ35.0, 46.8, 47.7
Decimal7718319
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.36:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75C5AF;
}
.text-color {
color: #75C5AF;
}
.border-color {
border: 2px solid #75C5AF;
}