Shades of Downy #59F0BD
Tints of Downy #59F0BD
RGB
CMYK
RGB Variations
Color information
#59F0BD (or 0x59F0BD) is known color: Downy. HEX triplet: 59, F0 and BD. RGB value is (89,240,189). Sum of RGB (Red+Green+Blue) = 89+240+189=518 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.18% from 518); Green value is 240 (94.14% from 255 or 46.33% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 240 - color contains mainly: green. Hex color #59F0BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F0BD is #A60F42. Grayscale: #BDBDBD. Windows color (decimal): -10882883 or 12447833. OLE color: 12447833.
HSL color Cylindrical-coordinate representation of color #59F0BD: hue angle of 159.74º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #59F0BD is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 240 | 189 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.06 |
| HSL | 159.74º | 0.83% | 0.65% | - |
| HSV(B) | 159.74º | 0.63% | 0.94% | - |
| XYZ | 44.47 | 68.12 | 58.95 | - |
| YUV | 189.04 | 127.97 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 240 | 189 | 0.63 | 0 | 0.21 | 0.06 | 159.74 | 0.83 | 0.65 |
| Hex | 59 | F0 | BD | 3F | 0 | 15 | 6 | A0 | 53 | 41 |
| Octal | 131 | 360 | 275 | 77 | 0 | 25 | 6 | 240 | 123 | 101 |
| Binary | 1011001 | 11110000 | 10111101 | 111111 | 0 | 10101 | 110 | 10100000 | 1010011 | 1000001 |
Color Harmonies of #59F0BD
Complementary color
Monochromatic Colors of #59F0BD
Black with #59F0BD
Text Example
Text Example
White with #59F0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F0BD; }
p { color: rgb(89,240,189); }
H1.HeaderClassName
{
color: #59F0BD;
}
.AnyTagClassName
{
color: #59F0BD;
}
</style>
background-color css
<style>
a { background-color: #59F0BD; }
a { background-color: rgb(89,240,189); }
div.DivClassName
{
background-color: #59F0BD;
}
.BgClassName
{
background-color: #59F0BD;
}
</style>
border-color css
<style>
span { border-color: #59F0BD; }
span { border-color: rgb(89,240,189); }
td.TdClassName
{
border-color: #59F0BD;
}
.TagClassName
{
border-color: #59F0BD;
}
</style>