Shades of Downy #61DEC0
Tints of Downy #61DEC0
RGB
CMYK
RGB Variations
Color information
#61DEC0 (or 0x61DEC0) is known color: Downy. HEX triplet: 61, DE and C0. RGB value is (97,222,192). Sum of RGB (Red+Green+Blue) = 97+222+192=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 222 (87.11% from 255 or 43.44% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DEC0 is #9E213F. Grayscale: #B5B5B5. Windows color (decimal): -10363200 or 12639841. OLE color: 12639841.
HSL color Cylindrical-coordinate representation of color #61DEC0: hue angle of 165.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DEC0 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 192 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.13 |
| HSL | 165.6º | 0.65% | 0.63% | - |
| HSV(B) | 165.6º | 0.56% | 0.87% | - |
| XYZ | 40.57 | 58.59 | 59.04 | - |
| YUV | 181.21 | 134.09 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 192 | 0.56 | 0 | 0.14 | 0.13 | 165.6 | 0.65 | 0.63 |
| Hex | 61 | DE | C0 | 38 | 0 | E | D | A6 | 41 | 3F |
| Octal | 141 | 336 | 300 | 70 | 0 | 16 | 15 | 246 | 101 | 77 |
| Binary | 1100001 | 11011110 | 11000000 | 111000 | 0 | 1110 | 1101 | 10100110 | 1000001 | 111111 |
Color Harmonies of #61DEC0
Complementary color
Monochromatic Colors of #61DEC0
Black with #61DEC0
Text Example
Text Example
White with #61DEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DEC0; }
p { color: rgb(97,222,192); }
H1.HeaderClassName
{
color: #61DEC0;
}
.AnyTagClassName
{
color: #61DEC0;
}
</style>
background-color css
<style>
a { background-color: #61DEC0; }
a { background-color: rgb(97,222,192); }
div.DivClassName
{
background-color: #61DEC0;
}
.BgClassName
{
background-color: #61DEC0;
}
</style>
border-color css
<style>
span { border-color: #61DEC0; }
span { border-color: rgb(97,222,192); }
td.TdClassName
{
border-color: #61DEC0;
}
.TagClassName
{
border-color: #61DEC0;
}
</style>