Shades of Downy #61C8B9
Tints of Downy #61C8B9
RGB
CMYK
RGB Variations
Color information
#61C8B9 (or 0x61C8B9) is known color: Downy. HEX triplet: 61, C8 and B9. RGB value is (97,200,185). Sum of RGB (Red+Green+Blue) = 97+200+185=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #61C8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C8B9 is #9E3746. Grayscale: #A7A7A7. Windows color (decimal): -10368839 or 12175457. OLE color: 12175457.
HSL color Cylindrical-coordinate representation of color #61C8B9: hue angle of 171.26º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C8B9 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 200 | 185 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.22 |
| HSL | 171.26º | 0.48% | 0.58% | - |
| HSV(B) | 171.26º | 0.52% | 0.78% | - |
| XYZ | 34.34 | 47.35 | 53.23 | - |
| YUV | 167.49 | 137.88 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 200 | 185 | 0.52 | 0 | 0.08 | 0.22 | 171.26 | 0.48 | 0.58 |
| Hex | 61 | C8 | B9 | 34 | 0 | 8 | 16 | AB | 30 | 3A |
| Octal | 141 | 310 | 271 | 64 | 0 | 10 | 26 | 253 | 60 | 72 |
| Binary | 1100001 | 11001000 | 10111001 | 110100 | 0 | 1000 | 10110 | 10101011 | 110000 | 111010 |
Color Harmonies of #61C8B9
Complementary color
Monochromatic Colors of #61C8B9
Black with #61C8B9
Text Example
Text Example
White with #61C8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C8B9; }
p { color: rgb(97,200,185); }
H1.HeaderClassName
{
color: #61C8B9;
}
.AnyTagClassName
{
color: #61C8B9;
}
</style>
background-color css
<style>
a { background-color: #61C8B9; }
a { background-color: rgb(97,200,185); }
div.DivClassName
{
background-color: #61C8B9;
}
.BgClassName
{
background-color: #61C8B9;
}
</style>
border-color css
<style>
span { border-color: #61C8B9; }
span { border-color: rgb(97,200,185); }
td.TdClassName
{
border-color: #61C8B9;
}
.TagClassName
{
border-color: #61C8B9;
}
</style>