#059180

Color #059180 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #059180

Tints of Dark Cyan #059180

Color information

#059180 (or 0x059180) is unknown color: approx Dark Cyan. HEX triplet: 05, 91 and 80. RGB value is (5,145,128). Sum of RGB (Red+Green+Blue) = 5+145+128=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 145 (57.03% from 255 or 52.16% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 145 - color contains mainly: green. Hex color #059180 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059180 is #FA6E7F. Grayscale: #656565. Windows color (decimal): -16412288 or 8425733. OLE color: 8425733.

HSL color Cylindrical-coordinate representation of color #059180: hue angle of 172.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059180 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB5145128-
CMYK0.9700.120.43
HSL172.71º93.33%29.41%-
HSV(B)172.71º96.55%56.86%-
XYZ14.0821.8423.9-
YUV101.2143.1259.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.80%
GREEN value IS 145 (57.03% from 255) = 52.16%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=1.80%
G=52.16%
B=46.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51451280.9700.120.43172.7193.3329.41
Hex59180610C2Bad5d1d
Octal52212001410145325513535
Binary101100100011000000011000010110010101110101101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059180; }

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

 H1.HeaderClassName
 {
   color: #059180;
 }
 .AnyTagClassName
 {
   color: #059180;
 }
</style>
background-color css

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

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

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

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

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

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