Dark mint to RGB — Color Code

RGB

rgb(72, 192, 114)

Format Value
HEX #48c072
RGB rgb(72, 192, 114)
HSL hsl(141, 48.8%, 51.8%)
CMYK cmyk(62.5%, 0%, 40.6%, 24.7%)

What is the RGB code for dark mint?

The CSS color dark mint in RGB format is rgb(72, 192, 114). Use this value directly in CSS, SVG, and most design tools.

How do I use dark mint in CSS?

To apply dark mint in CSS:

  • Text color: color: rgb(72, 192, 114);
  • Background: background-color: rgb(72, 192, 114);
  • Border: border-color: rgb(72, 192, 114);

What are all the color format values for dark mint?

FormatValue
HEX#48c072
RGBrgb(72, 192, 114)
HSLhsl(141, 48.8%, 51.8%)
CMYKcmyk(62.5%, 0%, 40.6%, 24.7%)

How do I convert dark mint to RGB?

Select dark mint from the color name list in our color converter. The RGB value — rgb(72, 192, 114) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark mint belong to?

dark mint belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 141°, saturation 48.8%, lightness 51.8%.

How do I create lighter and darker shades of dark mint?

Lighter variant (lightness 66.8%): #81d49e. Darker variant (lightness 36.8%): #308c50. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.