#75BDA0
A light, moderate green closely aligning with Mediumaquamarine.
About #75BDA0
Visually, #75BDA0 is defined as a moderate 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, 189, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 38% Cyan, 0% Magenta, 15% Yellow, and 26% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#75BDA0
RGB117, 189, 160
HSL155.8°, 35.3%, 60.0%
CMYK38%, 0%, 15%, 26%
HSV155.8°, 38.1%, 74.1%
LAB71.4, -29.2, 7.6
XYZ31.9, 42.7, 39.8
Decimal7716256
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.20:1
Text on #FFFFFF
FAIL
9.54:1
Text on #000000
AAA
2.10:1
Text on #F8FAFC
FAIL
8.11:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75BDA0;
}
.text-color {
color: #75BDA0;
}
.border-color {
border: 2px solid #75BDA0;
}