#59CDB9

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

Shades of Downy #59CDB9

Tints of Downy #59CDB9

Color information

#59CDB9 (or 0x59CDB9) is unknown color: approx Downy. HEX triplet: 59, CD and B9. RGB value is (89,205,185). Sum of RGB (Red+Green+Blue) = 89+205+185=479 (63% of max value = 765). Red value is 89 (35.16% from 255 or 18.58% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 185 (72.66% from 255 or 38.62% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #59CDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59CDB9 is #A63246. Grayscale: #A7A7A7. Windows color (decimal): -10891847 or 12176729. OLE color: 12176729.

HSL color Cylindrical-coordinate representation of color #59CDB9: hue angle of 169.66º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #59CDB9 is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.20.

Color convert

RGB89205185-
CMYK0.5700.100.20
HSL169.66º53.7%57.65%-
HSV(B)169.66º56.59%80.39%-
XYZ34.7149.2953.58-
YUV168.04137.5771.63-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 18.58%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 185 (72.66% from 255) = 38.62%
R=18.58%
G=42.80%
B=38.62%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal892051850.5700.100.20169.6653.757.65
Hex59CDB9390A14aa363a
Octal13131527171012242526672
Binary10110011100110110111001111001010101010010101010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59CDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,205,185); }

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

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

 a { background-color: rgb(89,205,185); }

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

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

 span { border-color: rgb(89,205,185); }

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