What is the HEX code for blue green?
The CSS color blue green in HEX format is #137e6d. Use this value directly in CSS, SVG, and most design tools.
How do I use blue green in CSS?
To apply blue green in CSS:
- Text color: color: #137e6d;
- Background: background-color: #137e6d;
- Border: border-color: #137e6d;
What are all the color format values for blue green?
| Format | Value |
|---|---|
| HEX | #137e6d |
| RGB | rgb(19, 126, 109) |
| HSL | hsl(170.5, 73.8%, 28.4%) |
| CMYK | cmyk(84.9%, 0%, 13.5%, 50.6%) |
How do I convert blue green to HEX?
Select blue green from the color name list in our color converter. The HEX value — #137e6d — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does blue green belong to?
blue green belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 170.5°, saturation 73.8%, lightness 28.4%.
How do I create lighter and darker shades of blue green?
Lighter variant (lightness 43.4%): #1dc0a6. Darker variant (lightness 13.399999999999999%): #093b33. 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.