#5FA066
A medium, muted green closely aligning with Seagreen.
About #5FA066
At its core, #5FA066 is a medium and muted hue. Designers often compare it to the standard color Seagreen. In the RGB color space, it consists of 95 red, 160 green, and 102 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 41% C, 0% M, 36% Y, and 37% K. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5FA066
RGB95, 160, 102
HSL126.5°, 25.5%, 50.0%
CMYK41%, 0%, 36%, 37%
HSV126.5°, 40.6%, 62.7%
LAB60.4, -33.3, 23.9
XYZ19.7, 28.5, 17.0
Decimal6266982
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.13:1
Text on #FFFFFF
AA Large
6.71:1
Text on #000000
AA
2.99:1
Text on #F8FAFC
FAIL
5.70:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5FA066;
}
.text-color {
color: #5FA066;
}
.border-color {
border: 2px solid #5FA066;
}