Shades of Downy #61D7BA
Tints of Downy #61D7BA
RGB
CMYK
RGB Variations
Color information
#61D7BA (or 0x61D7BA) is known color: Downy. HEX triplet: 61, D7 and BA. RGB value is (97,215,186). Sum of RGB (Red+Green+Blue) = 97+215+186=498 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.48% from 498); Green value is 215 (84.38% from 255 or 43.17% from 498); Blue value is 186 (73.05% from 255 or 37.35% from 498); Max value from RGB is 215 - color contains mainly: green. Hex color #61D7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7BA is #9E2845. Grayscale: #B0B0B0. Windows color (decimal): -10364998 or 12244833. OLE color: 12244833.
HSL color Cylindrical-coordinate representation of color #61D7BA: hue angle of 165.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61D7BA is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 215 | 186 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.16 |
| HSL | 165.25º | 0.6% | 0.61% | - |
| HSV(B) | 165.25º | 0.55% | 0.84% | - |
| XYZ | 38.09 | 54.69 | 55 | - |
| YUV | 176.41 | 133.41 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 215 | 186 | 0.55 | 0 | 0.13 | 0.16 | 165.25 | 0.6 | 0.61 |
| Hex | 61 | D7 | BA | 37 | 0 | D | 10 | A5 | 3C | 3D |
| Octal | 141 | 327 | 272 | 67 | 0 | 15 | 20 | 245 | 74 | 75 |
| Binary | 1100001 | 11010111 | 10111010 | 110111 | 0 | 1101 | 10000 | 10100101 | 111100 | 111101 |
Color Harmonies of #61D7BA
Complementary color
Monochromatic Colors of #61D7BA
Black with #61D7BA
Text Example
Text Example
White with #61D7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D7BA; }
p { color: rgb(97,215,186); }
H1.HeaderClassName
{
color: #61D7BA;
}
.AnyTagClassName
{
color: #61D7BA;
}
</style>
background-color css
<style>
a { background-color: #61D7BA; }
a { background-color: rgb(97,215,186); }
div.DivClassName
{
background-color: #61D7BA;
}
.BgClassName
{
background-color: #61D7BA;
}
</style>
border-color css
<style>
span { border-color: #61D7BA; }
span { border-color: rgb(97,215,186); }
td.TdClassName
{
border-color: #61D7BA;
}
.TagClassName
{
border-color: #61D7BA;
}
</style>