Shades of Downy #61E8C2
Tints of Downy #61E8C2
RGB
CMYK
RGB Variations
Color information
#61E8C2 (or 0x61E8C2) is known color: Downy. HEX triplet: 61, E8 and C2. RGB value is (97,232,194). Sum of RGB (Red+Green+Blue) = 97+232+194=523 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.55% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 194 (76.17% from 255 or 37.09% from 523); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8C2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8C2 is #9E173D. Grayscale: #BBBBBB. Windows color (decimal): -10360638 or 12773473. OLE color: 12773473.
HSL color Cylindrical-coordinate representation of color #61E8C2: hue angle of 163.11º 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 #61E8C2 is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 194 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.09 |
| HSL | 163.11º | 0.75% | 0.65% | - |
| HSV(B) | 163.11º | 0.58% | 0.91% | - |
| XYZ | 43.52 | 64.15 | 61.13 | - |
| YUV | 187.3 | 131.77 | 63.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 194 | 0.58 | 0 | 0.16 | 0.09 | 163.11 | 0.75 | 0.65 |
| Hex | 61 | E8 | C2 | 3A | 0 | 10 | 9 | A3 | 4B | 41 |
| Octal | 141 | 350 | 302 | 72 | 0 | 20 | 11 | 243 | 113 | 101 |
| Binary | 1100001 | 11101000 | 11000010 | 111010 | 0 | 10000 | 1001 | 10100011 | 1001011 | 1000001 |
Color Harmonies of #61E8C2
Complementary color
Monochromatic Colors of #61E8C2
Black with #61E8C2
Text Example
Text Example
White with #61E8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8C2; }
p { color: rgb(97,232,194); }
H1.HeaderClassName
{
color: #61E8C2;
}
.AnyTagClassName
{
color: #61E8C2;
}
</style>
background-color css
<style>
a { background-color: #61E8C2; }
a { background-color: rgb(97,232,194); }
div.DivClassName
{
background-color: #61E8C2;
}
.BgClassName
{
background-color: #61E8C2;
}
</style>
border-color css
<style>
span { border-color: #61E8C2; }
span { border-color: rgb(97,232,194); }
td.TdClassName
{
border-color: #61E8C2;
}
.TagClassName
{
border-color: #61E8C2;
}
</style>