What is the RGB code for dark aqua?
The CSS color dark aqua in RGB format is rgb(5, 105, 107). Use this value directly in CSS, SVG, and most design tools.
How do I use dark aqua in CSS?
To apply dark aqua in CSS:
- Text color: color: rgb(5, 105, 107);
- Background: background-color: rgb(5, 105, 107);
- Border: border-color: rgb(5, 105, 107);
What are all the color format values for dark aqua?
| Format | Value |
|---|---|
| HEX | #05696b |
| RGB | rgb(5, 105, 107) |
| HSL | hsl(181.2, 91.1%, 22%) |
| CMYK | cmyk(95.3%, 1.9%, 0%, 58%) |
How do I convert dark aqua to RGB?
Select dark aqua from the color name list in our color converter. The RGB value — rgb(5, 105, 107) — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does dark aqua belong to?
dark aqua belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 181.2°, saturation 91.1%, lightness 22%.
How do I create lighter and darker shades of dark aqua?
Lighter variant (lightness 37%): #08b1b4. Darker variant (lightness 7%): #022122. 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.