What is the HEX code for light greenish blue?
The CSS color light greenish blue in HEX format is #63f7b4. Use this value directly in CSS, SVG, and most design tools.
How do I use light greenish blue in CSS?
To apply light greenish blue in CSS:
- Text color: color: #63f7b4;
- Background: background-color: #63f7b4;
- Border: border-color: #63f7b4;
What are all the color format values for light greenish blue?
| Format | Value |
|---|---|
| HEX | #63f7b4 |
| RGB | rgb(99, 247, 180) |
| HSL | hsl(152.8, 90.2%, 67.8%) |
| CMYK | cmyk(59.9%, 0%, 27.1%, 3.1%) |
How do I convert light greenish blue to HEX?
Select light greenish blue from the color name list in our color converter. The HEX value — #63f7b4 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does light greenish blue belong to?
light greenish blue belongs to the green color family. It is a medium, vivid color with HSL values: hue 152.8°, saturation 90.2%, lightness 67.8%.
How do I create lighter and darker shades of light greenish blue?
Lighter variant (lightness 82.8%): #acfbd7. Darker variant (lightness 52.8%): #1af391. 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.