What is the HEX code for green blue?
The CSS color green blue in HEX format is #06b48b. Use this value directly in CSS, SVG, and most design tools.
How do I use green blue in CSS?
To apply green blue in CSS:
- Text color: color: #06b48b;
- Background: background-color: #06b48b;
- Border: border-color: #06b48b;
What are all the color format values for green blue?
| Format | Value |
|---|---|
| HEX | #06b48b |
| RGB | rgb(6, 180, 139) |
| HSL | hsl(165.9, 93.5%, 36.5%) |
| CMYK | cmyk(96.7%, 0%, 22.8%, 29.4%) |
How do I convert green blue to HEX?
Select green blue from the color name list in our color converter. The HEX value — #06b48b — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does green blue belong to?
green blue belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 165.9°, saturation 93.5%, lightness 36.5%.
How do I create lighter and darker shades of green blue?
Lighter variant (lightness 51.5%): #10f7c1. Darker variant (lightness 21.5%): #046a52. 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.