What is the RGB code for grey teal?
The CSS color grey teal in RGB format is rgb(94, 155, 138). Use this value directly in CSS, SVG, and most design tools.
How do I use grey teal in CSS?
To apply grey teal in CSS:
- Text color: color: rgb(94, 155, 138);
- Background: background-color: rgb(94, 155, 138);
- Border: border-color: rgb(94, 155, 138);
What are all the color format values for grey teal?
| Format | Value |
|---|---|
| HEX | #5e9b8a |
| RGB | rgb(94, 155, 138) |
| HSL | hsl(163.3, 24.5%, 48.8%) |
| CMYK | cmyk(39.4%, 0%, 11%, 39.2%) |
How do I convert grey teal to RGB?
Select grey teal from the color name list in our color converter. The RGB value — rgb(94, 155, 138) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does grey teal belong to?
grey teal belongs to the green color family. It is a medium, muted color with HSL values: hue 163.3°, saturation 24.5%, lightness 48.8%.
How do I create lighter and darker shades of grey teal?
Lighter variant (lightness 63.8%): #8cb9ad. Darker variant (lightness 33.8%): #416b60. 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.