Shades of Downy #61ECC9
Tints of Downy #61ECC9
RGB
CMYK
RGB Variations
Color information
#61ECC9 (or 0x61ECC9) is known color: Downy. HEX triplet: 61, EC and C9. RGB value is (97,236,201). Sum of RGB (Red+Green+Blue) = 97+236+201=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 236 (92.58% from 255 or 44.19% from 534); Blue value is 201 (78.91% from 255 or 37.64% from 534); Max value from RGB is 236 - color contains mainly: green. Hex color #61ECC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61ECC9 is #9E1336. Grayscale: #BEBEBE. Windows color (decimal): -10359607 or 13233249. OLE color: 13233249.
HSL color Cylindrical-coordinate representation of color #61ECC9: hue angle of 164.89º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61ECC9 is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 236 | 201 | - |
| CMYK | 0.59 | 0 | 0.15 | 0.07 |
| HSL | 164.89º | 0.79% | 0.65% | - |
| HSV(B) | 164.89º | 0.59% | 0.93% | - |
| XYZ | 45.47 | 66.75 | 65.75 | - |
| YUV | 190.45 | 133.95 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 236 | 201 | 0.59 | 0 | 0.15 | 0.07 | 164.89 | 0.79 | 0.65 |
| Hex | 61 | EC | C9 | 3B | 0 | F | 7 | A5 | 4F | 41 |
| Octal | 141 | 354 | 311 | 73 | 0 | 17 | 7 | 245 | 117 | 101 |
| Binary | 1100001 | 11101100 | 11001001 | 111011 | 0 | 1111 | 111 | 10100101 | 1001111 | 1000001 |
Color Harmonies of #61ECC9
Complementary color
Monochromatic Colors of #61ECC9
Black with #61ECC9
Text Example
Text Example
White with #61ECC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61ECC9; }
p { color: rgb(97,236,201); }
H1.HeaderClassName
{
color: #61ECC9;
}
.AnyTagClassName
{
color: #61ECC9;
}
</style>
background-color css
<style>
a { background-color: #61ECC9; }
a { background-color: rgb(97,236,201); }
div.DivClassName
{
background-color: #61ECC9;
}
.BgClassName
{
background-color: #61ECC9;
}
</style>
border-color css
<style>
span { border-color: #61ECC9; }
span { border-color: rgb(97,236,201); }
td.TdClassName
{
border-color: #61ECC9;
}
.TagClassName
{
border-color: #61ECC9;
}
</style>