What is the HEX code for greenish teal?
The CSS color greenish teal in HEX format is #32bf84. Use this value directly in CSS, SVG, and most design tools.
How do I use greenish teal in CSS?
To apply greenish teal in CSS:
- Text color: color: #32bf84;
- Background: background-color: #32bf84;
- Border: border-color: #32bf84;
What are all the color format values for greenish teal?
| Format | Value |
|---|---|
| HEX | #32bf84 |
| RGB | rgb(50, 191, 132) |
| HSL | hsl(154.9, 58.5%, 47.3%) |
| CMYK | cmyk(73.8%, 0%, 30.9%, 25.1%) |
How do I convert greenish teal to HEX?
Select greenish teal from the color name list in our color converter. The HEX value — #32bf84 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greenish teal belong to?
greenish teal belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 154.9°, saturation 58.5%, lightness 47.3%.
How do I create lighter and darker shades of greenish teal?
Lighter variant (lightness 62.3%): #67d7a8. Darker variant (lightness 32.3%): #22835a. 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.