Shades of Downy #61E8C0
Tints of Downy #61E8C0
RGB
CMYK
RGB Variations
Color information
#61E8C0 (or 0x61E8C0) is known color: Downy. HEX triplet: 61, E8 and C0. RGB value is (97,232,192). Sum of RGB (Red+Green+Blue) = 97+232+192=521 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.62% from 521); Green value is 232 (91.02% from 255 or 44.53% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8C0 is #9E173F. Grayscale: #BBBBBB. Windows color (decimal): -10360640 or 12642401. OLE color: 12642401.
HSL color Cylindrical-coordinate representation of color #61E8C0: hue angle of 162.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E8C0 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 192 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.09 |
| HSL | 162.22º | 0.75% | 0.65% | - |
| HSV(B) | 162.22º | 0.58% | 0.91% | - |
| XYZ | 43.3 | 64.06 | 59.95 | - |
| YUV | 187.08 | 130.77 | 63.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 192 | 0.58 | 0 | 0.17 | 0.09 | 162.22 | 0.75 | 0.65 |
| Hex | 61 | E8 | C0 | 3A | 0 | 11 | 9 | A2 | 4B | 41 |
| Octal | 141 | 350 | 300 | 72 | 0 | 21 | 11 | 242 | 113 | 101 |
| Binary | 1100001 | 11101000 | 11000000 | 111010 | 0 | 10001 | 1001 | 10100010 | 1001011 | 1000001 |
Color Harmonies of #61E8C0
Complementary color
Monochromatic Colors of #61E8C0
Black with #61E8C0
Text Example
Text Example
White with #61E8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8C0; }
p { color: rgb(97,232,192); }
H1.HeaderClassName
{
color: #61E8C0;
}
.AnyTagClassName
{
color: #61E8C0;
}
</style>
background-color css
<style>
a { background-color: #61E8C0; }
a { background-color: rgb(97,232,192); }
div.DivClassName
{
background-color: #61E8C0;
}
.BgClassName
{
background-color: #61E8C0;
}
</style>
border-color css
<style>
span { border-color: #61E8C0; }
span { border-color: rgb(97,232,192); }
td.TdClassName
{
border-color: #61E8C0;
}
.TagClassName
{
border-color: #61E8C0;
}
</style>