Html Css Color HEX #059380 Dark Cyan

📋 copy color: '#059380'

red 5 ◦ green 147 ◦ blue 128

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

Shades of Dark Cyan #059380

Tints of Dark Cyan #059380

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.5%

 BLUE value IS 128 (50.39% from 255) = 45.71%

R = 1.79%
G = 52.5%
B = 45.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#059380 (or 0x059380) is known color: Dark Cyan. HEX triplet: 05, 93 and 80. RGB value is (5,147,128). Sum of RGB (Red+Green+Blue) = 5+147+128=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 147 (57.81% from 255 or 52.5% from 280); Blue value is 128 (50.39% from 255 or 45.71% from 280); Max value from RGB is 147 - color contains mainly: green. Hex color #059380 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059380 is #FA6C7F. Grayscale: #666666. Windows color (decimal): -16411776 or 8426245. OLE color: 8426245.

HSL color Cylindrical-coordinate representation of color #059380: hue angle of 171.97º degrees, saturation: 0.93, 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 #059380 is Cyan = 0.97, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 147 128 -
CMYK 0.97 0 0.13 0.42
HSL 171.97º 0.93% 0.3% -
HSV(B) 171.97º 0.97% 0.58% -
XYZ 14.39 22.46 24 -
YUV 102.38 142.46 58.54 -
System Red Green Blue C M Y K H S L
Decimal 5 147 128 0.97 0 0.13 0.42 171.97 0.93 0.3
Hex 5 93 80 61 0 D 2A AC 5D 1E
Octal 5 223 200 141 0 15 52 254 135 36
Binary 101 10010011 10000000 1100001 0 1101 101010 10101100 1011101 11110

Color Harmonies of #059380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #059380

Black with #059380

Text Example


Text Example

White with #059380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #059380; }

 p { color: rgb(5,147,128); }

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

background-color css

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

 a { background-color: rgb(5,147,128); }

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

border-color css

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

 span { border-color: rgb(5,147,128); }

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