#75B699
A medium, moderate green closely aligning with Darkseagreen.
About #75B699
At its core, #75B699 is a medium and moderate hue. If you're using CSS, you might find it aligns closely with Darkseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 117, 182, and 153.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 36% cyan and 0% magenta inks. With a hue angle of 153.2 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium 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#75B699
RGB117, 182, 153
HSL153.2°, 30.8%, 58.6%
CMYK36%, 0%, 16%, 29%
HSV153.2°, 35.7%, 71.4%
LAB69.1, -27.3, 8.2
XYZ29.8, 39.5, 36.2
Decimal7714457
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.36:1
Text on #FFFFFF
FAIL
8.91:1
Text on #000000
AAA
2.25:1
Text on #F8FAFC
FAIL
7.57:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #75B699;
}
.text-color {
color: #75B699;
}
.border-color {
border: 2px solid #75B699;
}