What is the RGB code for aqua marine?
The CSS color aqua marine in RGB format is rgb(46, 232, 187). 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: rgb(46, 232, 187);
- Background: background-color: rgb(46, 232, 187);
- Border: border-color: rgb(46, 232, 187);
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 RGB?
Select aqua marine from the color name list in our color converter. The RGB value — rgb(46, 232, 187) — 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 RGB used for?
RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.