Shades of Downy #61EEC0
Tints of Downy #61EEC0
RGB
CMYK
RGB Variations
Color information
#61EEC0 (or 0x61EEC0) is known color: Downy. HEX triplet: 61, EE and C0. RGB value is (97,238,192). Sum of RGB (Red+Green+Blue) = 97+238+192=527 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.41% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #61EEC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EEC0 is #9E113F. Grayscale: #BEBEBE. Windows color (decimal): -10359104 or 12643937. OLE color: 12643937.
HSL color Cylindrical-coordinate representation of color #61EEC0: hue angle of 160.43º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EEC0 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 192 | - |
| CMYK | 0.59 | 0 | 0.19 | 0.07 |
| HSL | 160.43º | 0.81% | 0.66% | - |
| HSV(B) | 160.43º | 0.59% | 0.93% | - |
| XYZ | 45.02 | 67.5 | 60.52 | - |
| YUV | 190.6 | 128.79 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 192 | 0.59 | 0 | 0.19 | 0.07 | 160.43 | 0.81 | 0.66 |
| Hex | 61 | EE | C0 | 3B | 0 | 13 | 7 | A0 | 51 | 42 |
| Octal | 141 | 356 | 300 | 73 | 0 | 23 | 7 | 240 | 121 | 102 |
| Binary | 1100001 | 11101110 | 11000000 | 111011 | 0 | 10011 | 111 | 10100000 | 1010001 | 1000010 |
Color Harmonies of #61EEC0
Complementary color
Monochromatic Colors of #61EEC0
Black with #61EEC0
Text Example
Text Example
White with #61EEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EEC0; }
p { color: rgb(97,238,192); }
H1.HeaderClassName
{
color: #61EEC0;
}
.AnyTagClassName
{
color: #61EEC0;
}
</style>
background-color css
<style>
a { background-color: #61EEC0; }
a { background-color: rgb(97,238,192); }
div.DivClassName
{
background-color: #61EEC0;
}
.BgClassName
{
background-color: #61EEC0;
}
</style>
border-color css
<style>
span { border-color: #61EEC0; }
span { border-color: rgb(97,238,192); }
td.TdClassName
{
border-color: #61EEC0;
}
.TagClassName
{
border-color: #61EEC0;
}
</style>