#5F8A66
A medium, muted green closely aligning with Seagreen.
About #5F8A66
The hex code #5F8A66 represents a beautifully specific shade of green. If you're using CSS, you might find it aligns closely with Seagreen. This translates to an RGB value of rgb(95, 138, 102).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 31% Cyan, 0% Magenta, 26% Yellow, and 46% Black. With a hue angle of 129.8 degrees, it sits comfortably in the green spectrum.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F8A66
RGB95, 138, 102
HSL129.8°, 18.5%, 45.7%
CMYK31%, 0%, 26%, 46%
HSV129.8°, 31.2%, 54.1%
LAB53.6, -22.6, 14.7
XYZ16.2, 21.6, 15.9
Decimal6261350
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.95:1
Text on #FFFFFF
AA Large
5.31:1
Text on #000000
AA
3.78:1
Text on #F8FAFC
AA Large
4.52:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F8A66;
}
.text-color {
color: #5F8A66;
}
.border-color {
border: 2px solid #5F8A66;
}