Shades of Downy #59E6C3
Tints of Downy #59E6C3
RGB
CMYK
RGB Variations
Color information
#59E6C3 (or 0x59E6C3) is known color: Downy. HEX triplet: 59, E6 and C3. RGB value is (89,230,195). Sum of RGB (Red+Green+Blue) = 89+230+195=514 (68% of max value = 765). Red value is 89 (35.16% from 255 or 17.32% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 195 (76.56% from 255 or 37.94% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #59E6C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #59E6C3 is #A6193C. Grayscale: #B7B7B7. Windows color (decimal): -10885437 or 12838489. OLE color: 12838489.
HSL color Cylindrical-coordinate representation of color #59E6C3: hue angle of 165.11º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #59E6C3 is Cyan = 0.61, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 230 | 195 | - |
| CMYK | 0.61 | 0 | 0.15 | 0.10 |
| HSL | 165.11º | 0.74% | 0.63% | - |
| HSV(B) | 165.11º | 0.61% | 0.9% | - |
| XYZ | 42.27 | 62.66 | 61.5 | - |
| YUV | 183.85 | 134.29 | 60.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 230 | 195 | 0.61 | 0 | 0.15 | 0.10 | 165.11 | 0.74 | 0.63 |
| Hex | 59 | E6 | C3 | 3D | 0 | F | A | A5 | 4A | 3F |
| Octal | 131 | 346 | 303 | 75 | 0 | 17 | 12 | 245 | 112 | 77 |
| Binary | 1011001 | 11100110 | 11000011 | 111101 | 0 | 1111 | 1010 | 10100101 | 1001010 | 111111 |
Color Harmonies of #59E6C3
Complementary color
Monochromatic Colors of #59E6C3
Black with #59E6C3
Text Example
Text Example
White with #59E6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59E6C3; }
p { color: rgb(89,230,195); }
H1.HeaderClassName
{
color: #59E6C3;
}
.AnyTagClassName
{
color: #59E6C3;
}
</style>
background-color css
<style>
a { background-color: #59E6C3; }
a { background-color: rgb(89,230,195); }
div.DivClassName
{
background-color: #59E6C3;
}
.BgClassName
{
background-color: #59E6C3;
}
</style>
border-color css
<style>
span { border-color: #59E6C3; }
span { border-color: rgb(89,230,195); }
td.TdClassName
{
border-color: #59E6C3;
}
.TagClassName
{
border-color: #59E6C3;
}
</style>