Shades of Downy #61DDCA
Tints of Downy #61DDCA
RGB
CMYK
RGB Variations
Color information
#61DDCA (or 0x61DDCA) is known color: Downy. HEX triplet: 61, DD and CA. RGB value is (97,221,202). Sum of RGB (Red+Green+Blue) = 97+221+202=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 202 (79.30% from 255 or 38.85% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDCA is #9E2235. Grayscale: #B5B5B5. Windows color (decimal): -10363446 or 13294945. OLE color: 13294945.
HSL color Cylindrical-coordinate representation of color #61DDCA: hue angle of 170.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61DDCA is Cyan = 0.56, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 202 | - |
| CMYK | 0.56 | 0 | 0.09 | 0.13 |
| HSL | 170.81º | 0.65% | 0.62% | - |
| HSV(B) | 170.81º | 0.56% | 0.87% | - |
| XYZ | 41.45 | 58.52 | 64.99 | - |
| YUV | 181.76 | 139.42 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 202 | 0.56 | 0 | 0.09 | 0.13 | 170.81 | 0.65 | 0.62 |
| Hex | 61 | DD | CA | 38 | 0 | 9 | D | AB | 41 | 3E |
| Octal | 141 | 335 | 312 | 70 | 0 | 11 | 15 | 253 | 101 | 76 |
| Binary | 1100001 | 11011101 | 11001010 | 111000 | 0 | 1001 | 1101 | 10101011 | 1000001 | 111110 |
Color Harmonies of #61DDCA
Complementary color
Monochromatic Colors of #61DDCA
Black with #61DDCA
Text Example
Text Example
White with #61DDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDCA; }
p { color: rgb(97,221,202); }
H1.HeaderClassName
{
color: #61DDCA;
}
.AnyTagClassName
{
color: #61DDCA;
}
</style>
background-color css
<style>
a { background-color: #61DDCA; }
a { background-color: rgb(97,221,202); }
div.DivClassName
{
background-color: #61DDCA;
}
.BgClassName
{
background-color: #61DDCA;
}
</style>
border-color css
<style>
span { border-color: #61DDCA; }
span { border-color: rgb(97,221,202); }
td.TdClassName
{
border-color: #61DDCA;
}
.TagClassName
{
border-color: #61DDCA;
}
</style>