What is the HEX code for pale teal?
The CSS color pale teal in HEX format is #82cbb2. 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: #82cbb2;
- Background: background-color: #82cbb2;
- Border: border-color: #82cbb2;
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 HEX?
Select pale teal from the color name list in our color converter. The HEX value — #82cbb2 — 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 HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.