#59F5B9

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

Shades of Downy #59F5B9

Tints of Downy #59F5B9

Color information

#59F5B9 (or 0x59F5B9) is unknown color: approx Downy. HEX triplet: 59, F5 and B9. RGB value is (89,245,185). Sum of RGB (Red+Green+Blue) = 89+245+185=519 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.15% from 519); Green value is 245 (96.09% from 255 or 47.21% from 519); Blue value is 185 (72.66% from 255 or 35.65% from 519); Max value from RGB is 245 - color contains mainly: green. Hex color #59F5B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F5B9 is #A60A46. Grayscale: #BFBFBF. Windows color (decimal): -10881607 or 12186969. OLE color: 12186969.

HSL color Cylindrical-coordinate representation of color #59F5B9: hue angle of 156.92º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F5B9 is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB89245185-
CMYK0.6400.240.04
HSL156.92º88.64%65.49%-
HSV(B)156.92º63.67%96.08%-
XYZ45.5370.9357.19-
YUV191.52124.3254.88-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 17.15%
GREEN value IS 245 (96.09% from 255) = 47.21%
BLUE value IS 185 (72.66% from 255) = 35.65%
R=17.15%
G=47.21%
B=35.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal892451850.6400.240.04156.9288.6465.49
Hex59F5B94001849d5941
Octal1313652711000304235131101
Binary1011001111101011011100110000000110001001001110110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59F5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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