What is the RGB code for seafoam green?
The CSS color seafoam green in RGB format is rgb(122, 249, 171). Use this value directly in CSS, SVG, and most design tools.
How do I use seafoam green in CSS?
To apply seafoam green in CSS:
- Text color: color: rgb(122, 249, 171);
- Background: background-color: rgb(122, 249, 171);
- Border: border-color: rgb(122, 249, 171);
What are all the color format values for seafoam green?
| Format | Value |
|---|---|
| HEX | #7af9ab |
| RGB | rgb(122, 249, 171) |
| HSL | hsl(143.1, 91.4%, 72.7%) |
| CMYK | cmyk(51%, 0%, 31.3%, 2.4%) |
How do I convert seafoam green to RGB?
Select seafoam green from the color name list in our color converter. The RGB value — rgb(122, 249, 171) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does seafoam green belong to?
seafoam green belongs to the green color family. It is a light, vivid color with HSL values: hue 143.1°, saturation 91.4%, lightness 72.7%.
How do I create lighter and darker shades of seafoam green?
Lighter variant (lightness 87.7%): #c3fcd9. Darker variant (lightness 57.7%): #31f67c. 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.