Shades of Downy #61DDB9
Tints of Downy #61DDB9
RGB
CMYK
RGB Variations
Color information
#61DDB9 (or 0x61DDB9) is known color: Downy. HEX triplet: 61, DD and B9. RGB value is (97,221,185). Sum of RGB (Red+Green+Blue) = 97+221+185=503 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.28% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 185 (72.66% from 255 or 36.78% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #61DDB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61DDB9 is #9E2246. Grayscale: #B3B3B3. Windows color (decimal): -10363463 or 12180833. OLE color: 12180833.
HSL color Cylindrical-coordinate representation of color #61DDB9: hue angle of 162.58º 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 #61DDB9 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 221 | 185 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.13 |
| HSL | 162.58º | 0.65% | 0.62% | - |
| HSV(B) | 162.58º | 0.56% | 0.87% | - |
| XYZ | 39.54 | 57.76 | 54.96 | - |
| YUV | 179.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 221 | 185 | 0.56 | 0 | 0.16 | 0.13 | 162.58 | 0.65 | 0.62 |
| Hex | 61 | DD | B9 | 38 | 0 | 10 | D | A3 | 41 | 3E |
| Octal | 141 | 335 | 271 | 70 | 0 | 20 | 15 | 243 | 101 | 76 |
| Binary | 1100001 | 11011101 | 10111001 | 111000 | 0 | 10000 | 1101 | 10100011 | 1000001 | 111110 |
Color Harmonies of #61DDB9
Complementary color
Monochromatic Colors of #61DDB9
Black with #61DDB9
Text Example
Text Example
White with #61DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61DDB9; }
p { color: rgb(97,221,185); }
H1.HeaderClassName
{
color: #61DDB9;
}
.AnyTagClassName
{
color: #61DDB9;
}
</style>
background-color css
<style>
a { background-color: #61DDB9; }
a { background-color: rgb(97,221,185); }
div.DivClassName
{
background-color: #61DDB9;
}
.BgClassName
{
background-color: #61DDB9;
}
</style>
border-color css
<style>
span { border-color: #61DDB9; }
span { border-color: rgb(97,221,185); }
td.TdClassName
{
border-color: #61DDB9;
}
.TagClassName
{
border-color: #61DDB9;
}
</style>