#59CABC

Color #59CABC Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #59CABC

Tints of Downy #59CABC

Color information

#59CABC (or 0x59CABC) is unknown color: approx Downy. HEX triplet: 59, CA and BC. RGB value is (89,202,188). Sum of RGB (Red+Green+Blue) = 89+202+188=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 202 - color contains mainly: green. Hex color #59CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CABC is #A63543. Grayscale: #A6A6A6. Windows color (decimal): -10892612 or 12372569. OLE color: 12372569.

HSL color Cylindrical-coordinate representation of color #59CABC: hue angle of 172.57º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #59CABC is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB89202188-
CMYK0.5600.070.21
HSL172.57º51.6%57.06%-
HSV(B)172.57º55.94%79.22%-
XYZ34.324855.03-
YUV166.62140.0672.64-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.58%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=18.58%
G=42.17%
B=39.25%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal892021880.5600.070.21172.5751.657.06
Hex59CABC380715ad3439
Octal1313122747007252556471
Binary1011001110010101011110011100001111010110101101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59CABC; }

 p { color: rgb(89,202,188); }

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

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

 a { background-color: rgb(89,202,188); }

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

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

 span { border-color: rgb(89,202,188); }

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