What is the RGB code for greyish teal?
The CSS color greyish teal in RGB format is rgb(113, 159, 145). Use this value directly in CSS, SVG, and most design tools.
How do I use greyish teal in CSS?
To apply greyish teal in CSS:
- Text color: color: rgb(113, 159, 145);
- Background: background-color: rgb(113, 159, 145);
- Border: border-color: rgb(113, 159, 145);
What are all the color format values for greyish teal?
| Format | Value |
|---|---|
| HEX | #719f91 |
| RGB | rgb(113, 159, 145) |
| HSL | hsl(161.7, 19.3%, 53.3%) |
| CMYK | cmyk(28.9%, 0%, 8.8%, 37.6%) |
How do I convert greyish teal to RGB?
Select greyish teal from the color name list in our color converter. The RGB value — rgb(113, 159, 145) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greyish teal belong to?
greyish teal belongs to the green color family. It is a medium, muted color with HSL values: hue 161.7°, saturation 19.3%, lightness 53.3%.
How do I create lighter and darker shades of greyish teal?
Lighter variant (lightness 68.3%): #9fbeb4. Darker variant (lightness 38.3%): #4f7569. 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.