#59CCBD

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

Shades of Downy #59CCBD

Tints of Downy #59CCBD

Color information

#59CCBD (or 0x59CCBD) is unknown color: approx Downy. HEX triplet: 59, CC and BD. RGB value is (89,204,189). Sum of RGB (Red+Green+Blue) = 89+204+189=482 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.46% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 204 - color contains mainly: green. Hex color #59CCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CCBD is #A63342. Grayscale: #A7A7A7. Windows color (decimal): -10892099 or 12438617. OLE color: 12438617.

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

Color convert

RGB89204189-
CMYK0.5600.070.2
HSL172.17º53%57.45%-
HSV(B)172.17º56.37%80%-
XYZ34.948.9855.76-
YUV167.9139.971.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.46%
GREEN value IS 204 (80.08% from 255) = 42.32%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=18.46%
G=42.32%
B=39.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal892041890.5600.070.2172.175357.45
Hex59CCBD380714ac3539
Octal1313142757007242546571
Binary1011001110011001011110111100001111010010101100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,204,189); }

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

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

 a { background-color: rgb(89,204,189); }

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

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

 span { border-color: rgb(89,204,189); }

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