Shades of Downy #61D2B9
Tints of Downy #61D2B9
RGB
CMYK
RGB Variations
Color information
#61D2B9 (or 0x61D2B9) is known color: Downy. HEX triplet: 61, D2 and B9. RGB value is (97,210,185). Sum of RGB (Red+Green+Blue) = 97+210+185=492 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.72% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 210 - color contains mainly: green. Hex color #61D2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D2B9 is #9E2D46. Grayscale: #ADADAD. Windows color (decimal): -10366279 or 12178017. OLE color: 12178017.
HSL color Cylindrical-coordinate representation of color #61D2B9: hue angle of 166.73º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D2B9 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 210 | 185 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.18 |
| HSL | 166.73º | 0.56% | 0.6% | - |
| HSV(B) | 166.73º | 0.54% | 0.82% | - |
| XYZ | 36.73 | 52.14 | 54.03 | - |
| YUV | 173.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 210 | 185 | 0.54 | 0 | 0.12 | 0.18 | 166.73 | 0.56 | 0.6 |
| Hex | 61 | D2 | B9 | 36 | 0 | C | 12 | A7 | 38 | 3C |
| Octal | 141 | 322 | 271 | 66 | 0 | 14 | 22 | 247 | 70 | 74 |
| Binary | 1100001 | 11010010 | 10111001 | 110110 | 0 | 1100 | 10010 | 10100111 | 111000 | 111100 |
Color Harmonies of #61D2B9
Complementary color
Monochromatic Colors of #61D2B9
Black with #61D2B9
Text Example
Text Example
White with #61D2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D2B9; }
p { color: rgb(97,210,185); }
H1.HeaderClassName
{
color: #61D2B9;
}
.AnyTagClassName
{
color: #61D2B9;
}
</style>
background-color css
<style>
a { background-color: #61D2B9; }
a { background-color: rgb(97,210,185); }
div.DivClassName
{
background-color: #61D2B9;
}
.BgClassName
{
background-color: #61D2B9;
}
</style>
border-color css
<style>
span { border-color: #61D2B9; }
span { border-color: rgb(97,210,185); }
td.TdClassName
{
border-color: #61D2B9;
}
.TagClassName
{
border-color: #61D2B9;
}
</style>