Shades of Downy #61DED2
Tints of Downy #61DED2
RGB
CMYK
RGB Variations
Color information
#61DED2 (or 0x61DED2) is known color: Downy. HEX triplet: 61, DE and D2. RGB value is (97,222,210). Sum of RGB (Red+Green+Blue) = 97+222+210=529 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.34% from 529); Green value is 222 (87.11% from 255 or 41.97% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 222 - color contains mainly: green. Hex color #61DED2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DED2 is #9E212D. Grayscale: #B7B7B7. Windows color (decimal): -10363182 or 13819489. OLE color: 13819489.
HSL color Cylindrical-coordinate representation of color #61DED2: hue angle of 174.24º 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 #61DED2 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 222 | 210 | - |
| CMYK | 0.56 | 0 | 0.05 | 0.13 |
| HSL | 174.24º | 0.65% | 0.63% | - |
| HSV(B) | 174.24º | 0.56% | 0.87% | - |
| XYZ | 42.68 | 59.44 | 70.2 | - |
| YUV | 183.26 | 143.09 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 222 | 210 | 0.56 | 0 | 0.05 | 0.13 | 174.24 | 0.65 | 0.63 |
| Hex | 61 | DE | D2 | 38 | 0 | 5 | D | AE | 41 | 3F |
| Octal | 141 | 336 | 322 | 70 | 0 | 5 | 15 | 256 | 101 | 77 |
| Binary | 1100001 | 11011110 | 11010010 | 111000 | 0 | 101 | 1101 | 10101110 | 1000001 | 111111 |
Color Harmonies of #61DED2
Complementary color
Monochromatic Colors of #61DED2
Black with #61DED2
Text Example
Text Example
White with #61DED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DED2; }
p { color: rgb(97,222,210); }
H1.HeaderClassName
{
color: #61DED2;
}
.AnyTagClassName
{
color: #61DED2;
}
</style>
background-color css
<style>
a { background-color: #61DED2; }
a { background-color: rgb(97,222,210); }
div.DivClassName
{
background-color: #61DED2;
}
.BgClassName
{
background-color: #61DED2;
}
</style>
border-color css
<style>
span { border-color: #61DED2; }
span { border-color: rgb(97,222,210); }
td.TdClassName
{
border-color: #61DED2;
}
.TagClassName
{
border-color: #61DED2;
}
</style>