What is the HSL code for aqua marine?
The CSS color aqua marine in HSL format is hsl(165.5, 80.2%, 54.5%). Use this value directly in CSS, SVG, and most design tools.
How do I use aqua marine in CSS?
To apply aqua marine in CSS:
- Text color: color: hsl(165.5, 80.2%, 54.5%);
- Background: background-color: hsl(165.5, 80.2%, 54.5%);
- Border: border-color: hsl(165.5, 80.2%, 54.5%);
What are all the color format values for aqua marine?
| Format | Value |
|---|---|
| HEX | #2ee8bb |
| RGB | rgb(46, 232, 187) |
| HSL | hsl(165.5, 80.2%, 54.5%) |
| CMYK | cmyk(80.2%, 0%, 19.4%, 9%) |
How do I convert aqua marine to HSL?
Select aqua marine from the color name list in our color converter. The HSL value — hsl(165.5, 80.2%, 54.5%) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does aqua marine belong to?
aqua marine belongs to the cyan color family. It is a medium, vivid color with HSL values: hue 165.5°, saturation 80.2%, lightness 54.5%.
How do I create lighter and darker shades of aqua marine?
Lighter variant (lightness 69.5%): #73f0d1. Darker variant (lightness 39.5%): #14b68e. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HSL used for?
HSL describes colors by hue (0–360°), saturation (0–100%) and lightness (0–100%). It is more intuitive for designers — easy to create lighter, darker or less saturated variants of any color.