Shades of Downy #59F7BC
Tints of Downy #59F7BC
RGB
CMYK
RGB Variations
Color information
#59F7BC (or 0x59F7BC) is known color: Downy. HEX triplet: 59, F7 and BC. RGB value is (89,247,188). Sum of RGB (Red+Green+Blue) = 89+247+188=524 (69% of max value = 765). Red value is 89 (35.16% from 255 or 16.98% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 188 (73.83% from 255 or 35.88% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #59F7BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59F7BC is #A60843. Grayscale: #C1C1C1. Windows color (decimal): -10881092 or 12384089. OLE color: 12384089.
HSL color Cylindrical-coordinate representation of color #59F7BC: hue angle of 157.59º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #59F7BC is Cyan = 0.64, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 89 | 247 | 188 | - |
| CMYK | 0.64 | 0 | 0.24 | 0.03 |
| HSL | 157.59º | 0.91% | 0.66% | - |
| HSV(B) | 157.59º | 0.64% | 0.97% | - |
| XYZ | 46.46 | 72.28 | 59.08 | - |
| YUV | 193.03 | 125.15 | 53.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 247 | 188 | 0.64 | 0 | 0.24 | 0.03 | 157.59 | 0.91 | 0.66 |
| Hex | 59 | F7 | BC | 40 | 0 | 18 | 3 | 9E | 5B | 42 |
| Octal | 131 | 367 | 274 | 100 | 0 | 30 | 3 | 236 | 133 | 102 |
| Binary | 1011001 | 11110111 | 10111100 | 1000000 | 0 | 11000 | 11 | 10011110 | 1011011 | 1000010 |
Color Harmonies of #59F7BC
Complementary color
Monochromatic Colors of #59F7BC
Black with #59F7BC
Text Example
Text Example
White with #59F7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59F7BC; }
p { color: rgb(89,247,188); }
H1.HeaderClassName
{
color: #59F7BC;
}
.AnyTagClassName
{
color: #59F7BC;
}
</style>
background-color css
<style>
a { background-color: #59F7BC; }
a { background-color: rgb(89,247,188); }
div.DivClassName
{
background-color: #59F7BC;
}
.BgClassName
{
background-color: #59F7BC;
}
</style>
border-color css
<style>
span { border-color: #59F7BC; }
span { border-color: rgb(89,247,188); }
td.TdClassName
{
border-color: #59F7BC;
}
.TagClassName
{
border-color: #59F7BC;
}
</style>