Html Css Color HEX #059590 Dark Cyan

📋 copy color: '#059590'

red 5 ◦ green 149 ◦ blue 144

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

Shades of Dark Cyan #059590

Tints of Dark Cyan #059590

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50%

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

R = 1.68%
G = 50%
B = 48.32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#059590 (or 0x059590) is known color: Dark Cyan. HEX triplet: 05, 95 and 90. RGB value is (5,149,144). Sum of RGB (Red+Green+Blue) = 5+149+144=298 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 298); Green value is 149 (58.59% from 255 or 50% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 149 - color contains mainly: green. Hex color #059590 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059590 is #FA6A6F. Grayscale: #696969. Windows color (decimal): -16411248 or 9475333. OLE color: 9475333.

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

Color convert

RGB 5 149 144 -
CMYK 0.97 0 0.03 0.42
HSL 177.92º 0.94% 0.3% -
HSV(B) 177.92º 0.97% 0.58% -
XYZ 15.84 23.54 30.09 -
YUV 105.37 149.79 56.41 -
System Red Green Blue C M Y K H S L
Decimal 5 149 144 0.97 0 0.03 0.42 177.92 0.94 0.3
Hex 5 95 90 61 0 3 2A B2 5E 1E
Octal 5 225 220 141 0 3 52 262 136 36
Binary 101 10010101 10010000 1100001 0 11 101010 10110010 1011110 11110

Color Harmonies of #059590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059590

Black with #059590

Text Example


Text Example

White with #059590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059590; }

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

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

background-color css

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

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

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

border-color css

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

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

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