Shades of Downy #61C5B7
Tints of Downy #61C5B7
RGB
CMYK
RGB Variations
Color information
#61C5B7 (or 0x61C5B7) is known color: Downy. HEX triplet: 61, C5 and B7. RGB value is (97,197,183). Sum of RGB (Red+Green+Blue) = 97+197+183=477 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.34% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 183 (71.88% from 255 or 38.36% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #61C5B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C5B7 is #9E3A48. Grayscale: #A5A5A5. Windows color (decimal): -10369609 or 12043617. OLE color: 12043617.
HSL color Cylindrical-coordinate representation of color #61C5B7: hue angle of 171.6º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C5B7 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 97 | 197 | 183 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.23 |
| HSL | 171.6º | 0.46% | 0.58% | - |
| HSV(B) | 171.6º | 0.51% | 0.77% | - |
| XYZ | 33.44 | 45.89 | 51.9 | - |
| YUV | 165.5 | 137.87 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 197 | 183 | 0.51 | 0 | 0.07 | 0.23 | 171.6 | 0.46 | 0.58 |
| Hex | 61 | C5 | B7 | 33 | 0 | 7 | 17 | AC | 2E | 3A |
| Octal | 141 | 305 | 267 | 63 | 0 | 7 | 27 | 254 | 56 | 72 |
| Binary | 1100001 | 11000101 | 10110111 | 110011 | 0 | 111 | 10111 | 10101100 | 101110 | 111010 |
Color Harmonies of #61C5B7
Complementary color
Monochromatic Colors of #61C5B7
Black with #61C5B7
Text Example
Text Example
White with #61C5B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C5B7; }
p { color: rgb(97,197,183); }
H1.HeaderClassName
{
color: #61C5B7;
}
.AnyTagClassName
{
color: #61C5B7;
}
</style>
background-color css
<style>
a { background-color: #61C5B7; }
a { background-color: rgb(97,197,183); }
div.DivClassName
{
background-color: #61C5B7;
}
.BgClassName
{
background-color: #61C5B7;
}
</style>
border-color css
<style>
span { border-color: #61C5B7; }
span { border-color: rgb(97,197,183); }
td.TdClassName
{
border-color: #61C5B7;
}
.TagClassName
{
border-color: #61C5B7;
}
</style>