Html Css Color HEX #059690 Dark Cyan

📋 copy color: '#059690'

red 5 ◦ green 150 ◦ blue 144

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

Shades of Dark Cyan #059690

Tints of Dark Cyan #059690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.17%

 BLUE value IS 144 (56.64% from 255) = 48.16%

R = 1.67%
G = 50.17%
B = 48.16%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#059690 (or 0x059690) is known color: Dark Cyan. HEX triplet: 05, 96 and 90. RGB value is (5,150,144). Sum of RGB (Red+Green+Blue) = 5+150+144=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 150 (58.98% from 255 or 50.17% from 299); Blue value is 144 (56.64% from 255 or 48.16% from 299); Max value from RGB is 150 - color contains mainly: green. Hex color #059690 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059690 is #FA696F. Grayscale: #696969. Windows color (decimal): -16410992 or 9475589. OLE color: 9475589.

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

Color convert

RGB 5 150 144 -
CMYK 0.97 0 0.04 0.41
HSL 177.52º 0.94% 0.3% -
HSV(B) 177.52º 0.97% 0.59% -
XYZ 16 23.86 30.15 -
YUV 105.96 149.46 55.99 -
System Red Green Blue C M Y K H S L
Decimal 5 150 144 0.97 0 0.04 0.41 177.52 0.94 0.3
Hex 5 96 90 61 0 4 29 B2 5E 1E
Octal 5 226 220 141 0 4 51 262 136 36
Binary 101 10010110 10010000 1100001 0 100 101001 10110010 1011110 11110

Color Harmonies of #059690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059690

Black with #059690

Text Example


Text Example

White with #059690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059690; }

 p { color: rgb(5,150,144); }

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

background-color css

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

 a { background-color: rgb(5,150,144); }

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

border-color css

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

 span { border-color: rgb(5,150,144); }

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