What is the HEX code for bluegreen?
The CSS color bluegreen in HEX format is #017a79. Use this value directly in CSS, SVG, and most design tools.
How do I use bluegreen in CSS?
To apply bluegreen in CSS:
- Text color: color: #017a79;
- Background: background-color: #017a79;
- Border: border-color: #017a79;
What are all the color format values for bluegreen?
| Format | Value |
|---|---|
| HEX | #017a79 |
| RGB | rgb(1, 122, 121) |
| HSL | hsl(179.5, 98.4%, 24.1%) |
| CMYK | cmyk(99.2%, 0%, 0.8%, 52.2%) |
How do I convert bluegreen to HEX?
Select bluegreen from the color name list in our color converter. The HEX value — #017a79 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does bluegreen belong to?
bluegreen belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 179.5°, saturation 98.4%, lightness 24.1%.
How do I create lighter and darker shades of bluegreen?
Lighter variant (lightness 39.1%): #02c6c4. Darker variant (lightness 9.100000000000001%): #002e2e. 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.