Shades of Downy #61E5B9
Tints of Downy #61E5B9
RGB
CMYK
RGB Variations
Color information
#61E5B9 (or 0x61E5B9) is known color: Downy. HEX triplet: 61, E5 and B9. RGB value is (97,229,185). Sum of RGB (Red+Green+Blue) = 97+229+185=511 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.98% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 185 (72.66% from 255 or 36.20% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5B9 is #9E1A46. Grayscale: #B8B8B8. Windows color (decimal): -10361415 or 12182881. OLE color: 12182881.
HSL color Cylindrical-coordinate representation of color #61E5B9: hue angle of 160º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E5B9 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 185 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.10 |
| HSL | 160º | 0.72% | 0.64% | - |
| HSV(B) | 160º | 0.58% | 0.9% | - |
| XYZ | 41.71 | 62.08 | 55.68 | - |
| YUV | 184.52 | 128.27 | 65.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 185 | 0.58 | 0 | 0.19 | 0.10 | 160 | 0.72 | 0.64 |
| Hex | 61 | E5 | B9 | 3A | 0 | 13 | A | A0 | 48 | 40 |
| Octal | 141 | 345 | 271 | 72 | 0 | 23 | 12 | 240 | 110 | 100 |
| Binary | 1100001 | 11100101 | 10111001 | 111010 | 0 | 10011 | 1010 | 10100000 | 1001000 | 1000000 |
Color Harmonies of #61E5B9
Complementary color
Monochromatic Colors of #61E5B9
Black with #61E5B9
Text Example
Text Example
White with #61E5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5B9; }
p { color: rgb(97,229,185); }
H1.HeaderClassName
{
color: #61E5B9;
}
.AnyTagClassName
{
color: #61E5B9;
}
</style>
background-color css
<style>
a { background-color: #61E5B9; }
a { background-color: rgb(97,229,185); }
div.DivClassName
{
background-color: #61E5B9;
}
.BgClassName
{
background-color: #61E5B9;
}
</style>
border-color css
<style>
span { border-color: #61E5B9; }
span { border-color: rgb(97,229,185); }
td.TdClassName
{
border-color: #61E5B9;
}
.TagClassName
{
border-color: #61E5B9;
}
</style>