Deep aqua to RGB — Color Code

RGB

rgb(8, 120, 127)

Format Value
HEX #08787f
RGB rgb(8, 120, 127)
HSL hsl(183.5, 88.1%, 26.5%)
CMYK cmyk(93.7%, 5.5%, 0%, 50.2%)

What is the RGB code for deep aqua?

The CSS color deep aqua in RGB format is rgb(8, 120, 127). Use this value directly in CSS, SVG, and most design tools.

How do I use deep aqua in CSS?

To apply deep aqua in CSS:

  • Text color: color: rgb(8, 120, 127);
  • Background: background-color: rgb(8, 120, 127);
  • Border: border-color: rgb(8, 120, 127);

What are all the color format values for deep aqua?

FormatValue
HEX#08787f
RGBrgb(8, 120, 127)
HSLhsl(183.5, 88.1%, 26.5%)
CMYKcmyk(93.7%, 5.5%, 0%, 50.2%)

How do I convert deep aqua to RGB?

Select deep aqua from the color name list in our color converter. The RGB value — rgb(8, 120, 127) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does deep aqua belong to?

deep aqua belongs to the cyan color family. It is a dark, vivid color with HSL values: hue 183.5°, saturation 88.1%, lightness 26.5%.

How do I create lighter and darker shades of deep aqua?

Lighter variant (lightness 41.5%): #0dbcc7. Darker variant (lightness 11.5%): #033437. 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.