Dark mint color: code #3EB489

Dark mint

#3EB489

Color codes

  • HEX#3EB489
  • RGBrgb(62, 180, 137)
  • HSLhsl(158, 49%, 47%)
  • HSVhsv(158, 66%, 71%)
  • CMYKcmyk(66%, 0%, 24%, 29%)
  • LABlab(66.1% -43.2 12.4)
  • OKLCHoklch(69.3% 0.123 165.1)

About the color Dark mint

Dark mint has the HEX code #3EB489, which corresponds to rgb(62, 180, 137) in the RGB model. On the color wheel its hue sits at 158°, with 49% saturation and 47% lightness (hsl(158, 49%, 47%)).

Because of its hue it reads as a cool color: it tends to feel calm and distant, and it visually “recedes” in a composition.

As a background it calls for dark text: black reaches a 8.09:1 contrast ratio on it, versus 2.59:1 for white.

For print, the approximate conversion is cmyk(66%, 0%, 24%, 29%). Always confirm with your printer’s color profile, because the result depends on paper and ink.

Lighter tints

Darker shades

Color combinations with Dark mint

Complementary

#3EB489 · #B33D68

Analogous

#3DB34D · #3EB489 · #3DA3B3

Triadic

#3EB489 · #883DB3 · #B3883D

Tetradic

#3EB489 · #4D3DB3 · #B33D68 · #A3B33D

Split-complementary

#3EB489 · #B33DA3 · #B34D3D

Monochromatic

#1D543F · #308D6B · #3EB489 · #6FCEAB · #A8E1CC

Dark mint with white and black text

White text Aa Bb Cc 123
2.59:1 · fails WCAG
Black text Aa Bb Cc 123
8.09:1 · AAA

Test other pairs in the contrast checker

How to use it in CSS

:root {
  --color-dark-mint: #3EB489;
  --color-dark-mint-rgb: 62, 180, 137;
}

.elemento {
  background-color: var(--color-dark-mint);
  color: #000000;
}