Shades of Downy #61E1C1
Tints of Downy #61E1C1
RGB
CMYK
RGB Variations
Color information
#61E1C1 (or 0x61E1C1) is known color: Downy. HEX triplet: 61, E1 and C1. RGB value is (97,225,193). Sum of RGB (Red+Green+Blue) = 97+225+193=515 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.83% from 515); Green value is 225 (88.28% from 255 or 43.69% from 515); Blue value is 193 (75.78% from 255 or 37.48% from 515); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E1C1 is #9E1E3E. Grayscale: #B7B7B7. Windows color (decimal): -10362431 or 12706145. OLE color: 12706145.
HSL color Cylindrical-coordinate representation of color #61E1C1: hue angle of 165º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E1C1 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 193 | - |
| CMYK | 0.57 | 0 | 0.14 | 0.12 |
| HSL | 165º | 0.68% | 0.63% | - |
| HSV(B) | 165º | 0.57% | 0.88% | - |
| XYZ | 41.48 | 60.24 | 59.89 | - |
| YUV | 183.08 | 133.59 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 193 | 0.57 | 0 | 0.14 | 0.12 | 165 | 0.68 | 0.63 |
| Hex | 61 | E1 | C1 | 39 | 0 | E | C | A5 | 44 | 3F |
| Octal | 141 | 341 | 301 | 71 | 0 | 16 | 14 | 245 | 104 | 77 |
| Binary | 1100001 | 11100001 | 11000001 | 111001 | 0 | 1110 | 1100 | 10100101 | 1000100 | 111111 |
Color Harmonies of #61E1C1
Complementary color
Monochromatic Colors of #61E1C1
Black with #61E1C1
Text Example
Text Example
White with #61E1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E1C1; }
p { color: rgb(97,225,193); }
H1.HeaderClassName
{
color: #61E1C1;
}
.AnyTagClassName
{
color: #61E1C1;
}
</style>
background-color css
<style>
a { background-color: #61E1C1; }
a { background-color: rgb(97,225,193); }
div.DivClassName
{
background-color: #61E1C1;
}
.BgClassName
{
background-color: #61E1C1;
}
</style>
border-color css
<style>
span { border-color: #61E1C1; }
span { border-color: rgb(97,225,193); }
td.TdClassName
{
border-color: #61E1C1;
}
.TagClassName
{
border-color: #61E1C1;
}
</style>