Shades of Downy #61E7C0
Tints of Downy #61E7C0
RGB
CMYK
RGB Variations
Color information
#61E7C0 (or 0x61E7C0) is known color: Downy. HEX triplet: 61, E7 and C0. RGB value is (97,231,192). Sum of RGB (Red+Green+Blue) = 97+231+192=520 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.65% from 520); Green value is 231 (90.62% from 255 or 44.42% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7C0 is #9E183F. Grayscale: #BABABA. Windows color (decimal): -10360896 or 12642145. OLE color: 12642145.
HSL color Cylindrical-coordinate representation of color #61E7C0: hue angle of 162.54º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E7C0 is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 192 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.09 |
| HSL | 162.54º | 0.74% | 0.64% | - |
| HSV(B) | 162.54º | 0.58% | 0.91% | - |
| XYZ | 43.02 | 63.5 | 59.86 | - |
| YUV | 186.49 | 131.11 | 64.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 192 | 0.58 | 0 | 0.17 | 0.09 | 162.54 | 0.74 | 0.64 |
| Hex | 61 | E7 | C0 | 3A | 0 | 11 | 9 | A3 | 4A | 40 |
| Octal | 141 | 347 | 300 | 72 | 0 | 21 | 11 | 243 | 112 | 100 |
| Binary | 1100001 | 11100111 | 11000000 | 111010 | 0 | 10001 | 1001 | 10100011 | 1001010 | 1000000 |
Color Harmonies of #61E7C0
Complementary color
Monochromatic Colors of #61E7C0
Black with #61E7C0
Text Example
Text Example
White with #61E7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E7C0; }
p { color: rgb(97,231,192); }
H1.HeaderClassName
{
color: #61E7C0;
}
.AnyTagClassName
{
color: #61E7C0;
}
</style>
background-color css
<style>
a { background-color: #61E7C0; }
a { background-color: rgb(97,231,192); }
div.DivClassName
{
background-color: #61E7C0;
}
.BgClassName
{
background-color: #61E7C0;
}
</style>
border-color css
<style>
span { border-color: #61E7C0; }
span { border-color: rgb(97,231,192); }
td.TdClassName
{
border-color: #61E7C0;
}
.TagClassName
{
border-color: #61E7C0;
}
</style>