#5FB699
A medium, moderate green closely aligning with Mediumaquamarine.
About #5FB699
At its core, #5FB699 is a medium and moderate hue. Designers often compare it to the standard color Mediumaquamarine. This translates to an RGB value of rgb(95, 182, 153).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 48% C, 0% M, 16% Y, and 29% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#5FB699
RGB95, 182, 153
HSL160.0°, 37.3%, 54.3%
CMYK48%, 0%, 16%, 29%
HSV160.0°, 47.8%, 71.4%
LAB68.2, -33.3, 6.7
XYZ27.2, 38.2, 36.1
Decimal6272665
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.43:1
Text on #FFFFFF
FAIL
8.64:1
Text on #000000
AAA
2.32:1
Text on #F8FAFC
FAIL
7.34:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #5FB699;
}
.text-color {
color: #5FB699;
}
.border-color {
border: 2px solid #5FB699;
}