What is the RGB code for aqua green?
The CSS color aqua green in RGB format is rgb(18, 225, 147). Use this value directly in CSS, SVG, and most design tools.
How do I use aqua green in CSS?
To apply aqua green in CSS:
- Text color: color: rgb(18, 225, 147);
- Background: background-color: rgb(18, 225, 147);
- Border: border-color: rgb(18, 225, 147);
What are all the color format values for aqua green?
| Format | Value |
|---|---|
| HEX | #12e193 |
| RGB | rgb(18, 225, 147) |
| HSL | hsl(157.4, 85.2%, 47.6%) |
| CMYK | cmyk(92%, 0%, 34.7%, 11.8%) |
How do I convert aqua green to RGB?
Select aqua green from the color name list in our color converter. The RGB value — rgb(18, 225, 147) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does aqua green belong to?
aqua green belongs to the green color family. It is a medium, vivid color with HSL values: hue 157.4°, saturation 85.2%, lightness 47.6%.
How do I create lighter and darker shades of aqua green?
Lighter variant (lightness 62.6%): #4ef1b4. Darker variant (lightness 32.6%): #0c9a65. 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.