What is the RGB code for pale teal?
The CSS color pale teal in RGB format is rgb(130, 203, 178). Use this value directly in CSS, SVG, and most design tools.
How do I use pale teal in CSS?
To apply pale teal in CSS:
- Text color: color: rgb(130, 203, 178);
- Background: background-color: rgb(130, 203, 178);
- Border: border-color: rgb(130, 203, 178);
What are all the color format values for pale teal?
| Format | Value |
|---|---|
| HEX | #82cbb2 |
| RGB | rgb(130, 203, 178) |
| HSL | hsl(159.5, 41.2%, 65.3%) |
| CMYK | cmyk(36%, 0%, 12.3%, 20.4%) |
How do I convert pale teal to RGB?
Select pale teal from the color name list in our color converter. The RGB value — rgb(130, 203, 178) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does pale teal belong to?
pale teal belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 159.5°, saturation 41.2%, lightness 65.3%.
How do I create lighter and darker shades of pale teal?
Lighter variant (lightness 80.3%): #b8e1d3. Darker variant (lightness 50.3%): #4cb491. 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.