Shades of Downy #59DFBE
Tints of Downy #59DFBE
RGB
CMYK
RGB Variations
Color information
#59DFBE (or 0x59DFBE) is known color: Downy. HEX triplet: 59, DF and BE. RGB value is (89,223,190). Sum of RGB (Red+Green+Blue) = 89+223+190=502 (66% of max value = 765). Red value is 89 (35.16% from 255 or 17.73% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 190 (74.61% from 255 or 37.85% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #59DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59DFBE is #A62041. Grayscale: #B3B3B3. Windows color (decimal): -10887234 or 12509017. OLE color: 12509017.
HSL color Cylindrical-coordinate representation of color #59DFBE: hue angle of 165.22º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #59DFBE is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 223 | 190 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.13 |
| HSL | 165.22º | 0.68% | 0.61% | - |
| HSV(B) | 165.22º | 0.6% | 0.87% | - |
| XYZ | 39.8 | 58.62 | 57.93 | - |
| YUV | 179.17 | 134.11 | 63.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 223 | 190 | 0.60 | 0 | 0.15 | 0.13 | 165.22 | 0.68 | 0.61 |
| Hex | 59 | DF | BE | 3C | 0 | F | D | A5 | 44 | 3D |
| Octal | 131 | 337 | 276 | 74 | 0 | 17 | 15 | 245 | 104 | 75 |
| Binary | 1011001 | 11011111 | 10111110 | 111100 | 0 | 1111 | 1101 | 10100101 | 1000100 | 111101 |
Color Harmonies of #59DFBE
Complementary color
Monochromatic Colors of #59DFBE
Black with #59DFBE
Text Example
Text Example
White with #59DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59DFBE; }
p { color: rgb(89,223,190); }
H1.HeaderClassName
{
color: #59DFBE;
}
.AnyTagClassName
{
color: #59DFBE;
}
</style>
background-color css
<style>
a { background-color: #59DFBE; }
a { background-color: rgb(89,223,190); }
div.DivClassName
{
background-color: #59DFBE;
}
.BgClassName
{
background-color: #59DFBE;
}
</style>
border-color css
<style>
span { border-color: #59DFBE; }
span { border-color: rgb(89,223,190); }
td.TdClassName
{
border-color: #59DFBE;
}
.TagClassName
{
border-color: #59DFBE;
}
</style>