Shades of Downy #61C7BA
Tints of Downy #61C7BA
RGB
CMYK
RGB Variations
Color information
#61C7BA (or 0x61C7BA) is known color: Downy. HEX triplet: 61, C7 and BA. RGB value is (97,199,186). Sum of RGB (Red+Green+Blue) = 97+199+186=482 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.12% from 482); Green value is 199 (78.12% from 255 or 41.29% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 199 - color contains mainly: green. Hex color #61C7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61C7BA is #9E3845. Grayscale: #A6A6A6. Windows color (decimal): -10369094 or 12240737. OLE color: 12240737.
HSL color Cylindrical-coordinate representation of color #61C7BA: hue angle of 172.35º 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 #61C7BA is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 97 | 199 | 186 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.22 |
| HSL | 172.35º | 0.48% | 0.58% | - |
| HSV(B) | 172.35º | 0.51% | 0.78% | - |
| XYZ | 34.22 | 46.93 | 53.71 | - |
| YUV | 167.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 199 | 186 | 0.51 | 0 | 0.07 | 0.22 | 172.35 | 0.48 | 0.58 |
| Hex | 61 | C7 | BA | 33 | 0 | 7 | 16 | AC | 30 | 3A |
| Octal | 141 | 307 | 272 | 63 | 0 | 7 | 26 | 254 | 60 | 72 |
| Binary | 1100001 | 11000111 | 10111010 | 110011 | 0 | 111 | 10110 | 10101100 | 110000 | 111010 |
Color Harmonies of #61C7BA
Complementary color
Monochromatic Colors of #61C7BA
Black with #61C7BA
Text Example
Text Example
White with #61C7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61C7BA; }
p { color: rgb(97,199,186); }
H1.HeaderClassName
{
color: #61C7BA;
}
.AnyTagClassName
{
color: #61C7BA;
}
</style>
background-color css
<style>
a { background-color: #61C7BA; }
a { background-color: rgb(97,199,186); }
div.DivClassName
{
background-color: #61C7BA;
}
.BgClassName
{
background-color: #61C7BA;
}
</style>
border-color css
<style>
span { border-color: #61C7BA; }
span { border-color: rgb(97,199,186); }
td.TdClassName
{
border-color: #61C7BA;
}
.TagClassName
{
border-color: #61C7BA;
}
</style>