Shades of Downy #61D7BD
Tints of Downy #61D7BD
RGB
CMYK
RGB Variations
Color information
#61D7BD (or 0x61D7BD) is known color: Downy. HEX triplet: 61, D7 and BD. RGB value is (97,215,189). Sum of RGB (Red+Green+Blue) = 97+215+189=501 (66% of max value = 765). Red value is 97 (38.28% from 255 or 19.36% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 189 (74.22% from 255 or 37.72% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #61D7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61D7BD is #9E2842. Grayscale: #B0B0B0. Windows color (decimal): -10364995 or 12441441. OLE color: 12441441.
HSL color Cylindrical-coordinate representation of color #61D7BD: hue angle of 166.78º 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 #61D7BD is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 215 | 189 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.16 |
| HSL | 166.78º | 0.6% | 0.61% | - |
| HSV(B) | 166.78º | 0.55% | 0.84% | - |
| XYZ | 38.42 | 54.82 | 56.7 | - |
| YUV | 176.75 | 134.91 | 71.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 215 | 189 | 0.55 | 0 | 0.12 | 0.16 | 166.78 | 0.6 | 0.61 |
| Hex | 61 | D7 | BD | 37 | 0 | C | 10 | A7 | 3C | 3D |
| Octal | 141 | 327 | 275 | 67 | 0 | 14 | 20 | 247 | 74 | 75 |
| Binary | 1100001 | 11010111 | 10111101 | 110111 | 0 | 1100 | 10000 | 10100111 | 111100 | 111101 |
Color Harmonies of #61D7BD
Complementary color
Monochromatic Colors of #61D7BD
Black with #61D7BD
Text Example
Text Example
White with #61D7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61D7BD; }
p { color: rgb(97,215,189); }
H1.HeaderClassName
{
color: #61D7BD;
}
.AnyTagClassName
{
color: #61D7BD;
}
</style>
background-color css
<style>
a { background-color: #61D7BD; }
a { background-color: rgb(97,215,189); }
div.DivClassName
{
background-color: #61D7BD;
}
.BgClassName
{
background-color: #61D7BD;
}
</style>
border-color css
<style>
span { border-color: #61D7BD; }
span { border-color: rgb(97,215,189); }
td.TdClassName
{
border-color: #61D7BD;
}
.TagClassName
{
border-color: #61D7BD;
}
</style>