#75DBA8
A light, moderate green closely aligning with Mediumaquamarine.
About #75DBA8
The hex code #75DBA8 represents a beautifully specific shade of green. Designers often compare it to the standard color Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 219, and 168.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 47% C, 0% M, 23% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#75DBA8
RGB117, 219, 168
HSL150.0°, 58.6%, 65.9%
CMYK47%, 0%, 23%, 14%
HSV150.0°, 46.6%, 85.9%
LAB80.3, -41.4, 16.0
XYZ39.7, 57.3, 46.0
Decimal7723944
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.69:1
Text on #FFFFFF
FAIL
12.45:1
Text on #000000
AAA
1.61:1
Text on #F8FAFC
FAIL
10.59:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75DBA8;
}
.text-color {
color: #75DBA8;
}
.border-color {
border: 2px solid #75DBA8;
}