#059797

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

Shades of Dark Cyan #059797

Tints of Dark Cyan #059797

Color information

#059797 (or 0x059797) is unknown color: approx Dark Cyan. HEX triplet: 05, 97 and 97. RGB value is (5,151,151). Sum of RGB (Red+Green+Blue) = 5+151+151=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 151 (59.38% from 255 or 49.19% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: green, blue. Hex color #059797 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059797 is #FA6868. Grayscale: #6B6B6B. Windows color (decimal): -16410729 or 9934597. OLE color: 9934597.

HSL color Cylindrical-coordinate representation of color #059797: hue angle of 180º 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 #059797 is Cyan = 0.97, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5151151-
CMYK0.97000.41
HSL180º93.59%30.59%-
HSV(B)180º96.69%59.22%-
XYZ16.7224.433.11-
YUV107.35152.6355-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.63%
GREEN value IS 151 (59.38% from 255) = 49.19%
BLUE value IS 151 (59.38% from 255) = 49.19%
R=1.63%
G=49.19%
B=49.19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51511510.97000.4118093.5930.59
Hex59797610029b45e1f
Octal5227227141005126413637
Binary101100101111001011111000010010100110110100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059797; }

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

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

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

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

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

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

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

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