What is the HEX code for greeny blue?
The CSS color greeny blue in HEX format is #42b395. Use this value directly in CSS, SVG, and most design tools.
How do I use greeny blue in CSS?
To apply greeny blue in CSS:
- Text color: color: #42b395;
- Background: background-color: #42b395;
- Border: border-color: #42b395;
What are all the color format values for greeny blue?
| Format | Value |
|---|---|
| HEX | #42b395 |
| RGB | rgb(66, 179, 149) |
| HSL | hsl(164.1, 46.1%, 48%) |
| CMYK | cmyk(63.1%, 0%, 16.8%, 29.8%) |
How do I convert greeny blue to HEX?
Select greeny blue from the color name list in our color converter. The HEX value — #42b395 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does greeny blue belong to?
greeny blue belongs to the green color family. It is a medium, moderately saturated color with HSL values: hue 164.1°, saturation 46.1%, lightness 48%.
How do I create lighter and darker shades of greeny blue?
Lighter variant (lightness 63%): #75ccb5. Darker variant (lightness 33%): #2d7b66. 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.