#059684

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

Shades of Dark Cyan #059684

Tints of Dark Cyan #059684

Color information

#059684 (or 0x059684) is unknown color: approx Dark Cyan. HEX triplet: 05, 96 and 84. RGB value is (5,150,132). Sum of RGB (Red+Green+Blue) = 5+150+132=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 150 (58.98% from 255 or 52.26% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 150 - color contains mainly: green. Hex color #059684 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #059684 is #FA697B. Grayscale: #686868. Windows color (decimal): -16411004 or 8689157. OLE color: 8689157.

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

Color convert

RGB5150132-
CMYK0.9700.120.41
HSL172.55º93.55%30.39%-
HSV(B)172.55º96.67%58.82%-
XYZ15.1323.5125.57-
YUV104.59143.4656.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.74%
GREEN value IS 150 (58.98% from 255) = 52.26%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=1.74%
G=52.26%
B=45.99%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51501320.9700.120.41172.5593.5530.39
Hex59684610C29ad5e1e
Octal52262041410145125513636
Binary101100101101000010011000010110010100110101101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059684; }

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

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

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

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

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

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

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

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