#59CAB8

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

Shades of Downy #59CAB8

Tints of Downy #59CAB8

Color information

#59CAB8 (or 0x59CAB8) is unknown color: approx Downy. HEX triplet: 59, CA and B8. RGB value is (89,202,184). Sum of RGB (Red+Green+Blue) = 89+202+184=475 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.74% from 475); Green value is 202 (79.30% from 255 or 42.53% from 475); Blue value is 184 (72.27% from 255 or 38.74% from 475); Max value from RGB is 202 - color contains mainly: green. Hex color #59CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CAB8 is #A63547. Grayscale: #A6A6A6. Windows color (decimal): -10892616 or 12110425. OLE color: 12110425.

HSL color Cylindrical-coordinate representation of color #59CAB8: hue angle of 170.44º 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 #59CAB8 is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB89202184-
CMYK0.5600.090.21
HSL170.44º51.6%57.06%-
HSV(B)170.44º55.94%79.22%-
XYZ33.8947.8352.79-
YUV166.16138.0672.96-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.74%
GREEN value IS 202 (79.30% from 255) = 42.53%
BLUE value IS 184 (72.27% from 255) = 38.74%
R=18.74%
G=42.53%
B=38.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal892021840.5600.090.21170.4451.657.06
Hex59CAB8380915aa3439
Octal13131227070011252526471
Binary10110011100101010111000111000010011010110101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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