Dark seafoam to RGB — Color Code

RGB

rgb(31, 181, 122)

Format Value
HEX #1fb57a
RGB rgb(31, 181, 122)
HSL hsl(156.4, 70.8%, 41.6%)
CMYK cmyk(82.9%, 0%, 32.6%, 29%)

What is the RGB code for dark seafoam?

The CSS color dark seafoam in RGB format is rgb(31, 181, 122). Use this value directly in CSS, SVG, and most design tools.

How do I use dark seafoam in CSS?

To apply dark seafoam in CSS:

  • Text color: color: rgb(31, 181, 122);
  • Background: background-color: rgb(31, 181, 122);
  • Border: border-color: rgb(31, 181, 122);

What are all the color format values for dark seafoam?

FormatValue
HEX#1fb57a
RGBrgb(31, 181, 122)
HSLhsl(156.4, 70.8%, 41.6%)
CMYKcmyk(82.9%, 0%, 32.6%, 29%)

How do I convert dark seafoam to RGB?

Select dark seafoam from the color name list in our color converter. The RGB value — rgb(31, 181, 122) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dark seafoam belong to?

dark seafoam belongs to the green color family. It is a medium, vivid color with HSL values: hue 156.4°, saturation 70.8%, lightness 41.6%.

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

Lighter variant (lightness 56.6%): #42dfa1. Darker variant (lightness 26.6%): #14744e. 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.