Shades of Downy #61E1C4
Tints of Downy #61E1C4
RGB
CMYK
RGB Variations
Color information
#61E1C4 (or 0x61E1C4) is known color: Downy. HEX triplet: 61, E1 and C4. RGB value is (97,225,196). Sum of RGB (Red+Green+Blue) = 97+225+196=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 225 (88.28% from 255 or 43.44% from 518); Blue value is 196 (76.95% from 255 or 37.84% from 518); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1C4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E1C4 is #9E1E3B. Grayscale: #B7B7B7. Windows color (decimal): -10362428 or 12902753. OLE color: 12902753.
HSL color Cylindrical-coordinate representation of color #61E1C4: hue angle of 166.41º 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 #61E1C4 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 196 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.12 |
| HSL | 166.41º | 0.68% | 0.63% | - |
| HSV(B) | 166.41º | 0.57% | 0.88% | - |
| XYZ | 41.82 | 60.38 | 61.67 | - |
| YUV | 183.42 | 135.09 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 196 | 0.57 | 0 | 0.13 | 0.12 | 166.41 | 0.68 | 0.63 |
| Hex | 61 | E1 | C4 | 39 | 0 | D | C | A6 | 44 | 3F |
| Octal | 141 | 341 | 304 | 71 | 0 | 15 | 14 | 246 | 104 | 77 |
| Binary | 1100001 | 11100001 | 11000100 | 111001 | 0 | 1101 | 1100 | 10100110 | 1000100 | 111111 |
Color Harmonies of #61E1C4
Complementary color
Monochromatic Colors of #61E1C4
Black with #61E1C4
Text Example
Text Example
White with #61E1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E1C4; }
p { color: rgb(97,225,196); }
H1.HeaderClassName
{
color: #61E1C4;
}
.AnyTagClassName
{
color: #61E1C4;
}
</style>
background-color css
<style>
a { background-color: #61E1C4; }
a { background-color: rgb(97,225,196); }
div.DivClassName
{
background-color: #61E1C4;
}
.BgClassName
{
background-color: #61E1C4;
}
</style>
border-color css
<style>
span { border-color: #61E1C4; }
span { border-color: rgb(97,225,196); }
td.TdClassName
{
border-color: #61E1C4;
}
.TagClassName
{
border-color: #61E1C4;
}
</style>