Shades of Downy #61DEC1
Tints of Downy #61DEC1
RGB
CMYK
RGB Variations
Color information
#61DEC1 (or 0x61DEC1) is known color: Downy. HEX triplet: 61, DE and C1. RGB value is (97,222,193). Sum of RGB (Red+Green+Blue) = 97+222+193=512 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.95% from 512); Green value is 222 (87.11% from 255 or 43.36% from 512); Blue value is 193 (75.78% from 255 or 37.70% from 512); Max value from RGB is 222 - color contains mainly: green. Hex color #61DEC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DEC1 is #9E213E. Grayscale: #B5B5B5. Windows color (decimal): -10363199 or 12705377. OLE color: 12705377.
HSL color Cylindrical-coordinate representation of color #61DEC1: hue angle of 166.08º 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 #61DEC1 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 193 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.13 |
| HSL | 166.08º | 0.65% | 0.63% | - |
| HSV(B) | 166.08º | 0.56% | 0.87% | - |
| XYZ | 40.68 | 58.63 | 59.63 | - |
| YUV | 181.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 193 | 0.56 | 0 | 0.13 | 0.13 | 166.08 | 0.65 | 0.63 |
| Hex | 61 | DE | C1 | 38 | 0 | D | D | A6 | 41 | 3F |
| Octal | 141 | 336 | 301 | 70 | 0 | 15 | 15 | 246 | 101 | 77 |
| Binary | 1100001 | 11011110 | 11000001 | 111000 | 0 | 1101 | 1101 | 10100110 | 1000001 | 111111 |
Color Harmonies of #61DEC1
Complementary color
Monochromatic Colors of #61DEC1
Black with #61DEC1
Text Example
Text Example
White with #61DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DEC1; }
p { color: rgb(97,222,193); }
H1.HeaderClassName
{
color: #61DEC1;
}
.AnyTagClassName
{
color: #61DEC1;
}
</style>
background-color css
<style>
a { background-color: #61DEC1; }
a { background-color: rgb(97,222,193); }
div.DivClassName
{
background-color: #61DEC1;
}
.BgClassName
{
background-color: #61DEC1;
}
</style>
border-color css
<style>
span { border-color: #61DEC1; }
span { border-color: rgb(97,222,193); }
td.TdClassName
{
border-color: #61DEC1;
}
.TagClassName
{
border-color: #61DEC1;
}
</style>