Html Css Color HEX #059792 Dark Cyan

📋 copy color: '#059792'

red 5 ◦ green 151 ◦ blue 146

#059792
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #059792

Tints of Dark Cyan #059792

RGB

 RED value IS 5 (2.34% from 255) = 1.66%

 GREEN value IS 151 (59.38% from 255) = 50%

 BLUE value IS 146 (57.42% from 255) = 48.34%

R = 1.66%
G = 50%
B = 48.34%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.41

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#059792 (or 0x059792) is known color: Dark Cyan. HEX triplet: 05, 97 and 92. RGB value is (5,151,146). Sum of RGB (Red+Green+Blue) = 5+151+146=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 151 (59.38% from 255 or 50% from 302); Blue value is 146 (57.42% from 255 or 48.34% from 302); Max value from RGB is 151 - color contains mainly: green. Hex color #059792 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059792 is #FA686D. Grayscale: #6A6A6A. Windows color (decimal): -16410734 or 9606917. OLE color: 9606917.

HSL color Cylindrical-coordinate representation of color #059792: hue angle of 177.95º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059792 is Cyan = 0.97, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.

Color convert

RGB 5 151 146 -
CMYK 0.97 0 0.03 0.41
HSL 177.95º 0.94% 0.31% -
HSV(B) 177.95º 0.97% 0.59% -
XYZ 16.32 24.24 31.01 -
YUV 106.78 150.13 55.41 -
System Red Green Blue C M Y K H S L
Decimal 5 151 146 0.97 0 0.03 0.41 177.95 0.94 0.31
Hex 5 97 92 61 0 3 29 B2 5E 1F
Octal 5 227 222 141 0 3 51 262 136 37
Binary 101 10010111 10010010 1100001 0 11 101001 10110010 1011110 11111

Color Harmonies of #059792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059792

Black with #059792

Text Example


Text Example

White with #059792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059792; }

 p { color: rgb(5,151,146); }

 H1.HeaderClassName
 {
   color: #059792;
 }
 .AnyTagClassName
 {
   color: #059792;
 }
</style>

background-color css

<style>
 a { background-color: #059792; }

 a { background-color: rgb(5,151,146); }

 div.DivClassName
 {
   background-color: #059792;
 }
 .BgClassName
 {
   background-color: #059792;
 }
</style>

border-color css

<style>
 span { border-color: #059792; }

 span { border-color: rgb(5,151,146); }

 td.TdClassName
 {
   border-color: #059792;
 }
 .TagClassName
 {
   border-color: #059792;
 }
</style>