#5FAF92
A medium, moderate green closely aligning with Mediumaquamarine.
About #5FAF92
Visually, #5FAF92 is defined as a moderate green. It is closely associated with the named CSS color Mediumaquamarine. To achieve this exact tint on a monitor, you would use an RGB mix of 95, 175, and 146.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 46% C, 0% M, 17% Y, and 31% K. The HSL representation is 158.2° hue, 33.3% saturation, and 52.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5FAF92
RGB95, 175, 146
HSL158.2°, 33.3%, 52.9%
CMYK46%, 0%, 17%, 31%
HSV158.2°, 45.7%, 68.6%
LAB65.9, -31.6, 7.3
XYZ25.2, 35.2, 32.7
Decimal6270866
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.03:1
Text on #000000
AAA
2.50:1
Text on #F8FAFC
FAIL
6.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FAF92;
}
.text-color {
color: #5FAF92;
}
.border-color {
border: 2px solid #5FAF92;
}