What is the HEX code for greenish blue?
The CSS color greenish blue in HEX format is #0b8b87. Use this value directly in CSS, SVG, and most design tools.
How do I use greenish blue in CSS?
To apply greenish blue in CSS:
- Text color: color: #0b8b87;
- Background: background-color: #0b8b87;
- Border: border-color: #0b8b87;
What are all the color format values for greenish blue?
| Format | Value |
|---|---|
| HEX | #0b8b87 |
| RGB | rgb(11, 139, 135) |
| HSL | hsl(178.1, 85.3%, 29.4%) |
| CMYK | cmyk(92.1%, 0%, 2.9%, 45.5%) |
How do I convert greenish blue to HEX?
Select greenish blue from the color name list in our color converter. The HEX value — #0b8b87 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greenish blue belong to?
greenish blue belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 178.1°, saturation 85.3%, lightness 29.4%.
How do I create lighter and darker shades of greenish blue?
Lighter variant (lightness 44.4%): #11d2cc. Darker variant (lightness 14.399999999999999%): #054442. 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.