Shades of Downy #61E8CA
Tints of Downy #61E8CA
RGB
CMYK
RGB Variations
Color information
#61E8CA (or 0x61E8CA) is known color: Downy. HEX triplet: 61, E8 and CA. RGB value is (97,232,202). Sum of RGB (Red+Green+Blue) = 97+232+202=531 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.27% from 531); Green value is 232 (91.02% from 255 or 43.69% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8CA is #9E1735. Grayscale: #BCBCBC. Windows color (decimal): -10360630 or 13297761. OLE color: 13297761.
HSL color Cylindrical-coordinate representation of color #61E8CA: hue angle of 166.67º 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 #61E8CA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 202 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.09 |
| HSL | 166.67º | 0.75% | 0.65% | - |
| HSV(B) | 166.67º | 0.58% | 0.91% | - |
| XYZ | 44.45 | 64.52 | 65.99 | - |
| YUV | 188.22 | 135.77 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 202 | 0.58 | 0 | 0.13 | 0.09 | 166.67 | 0.75 | 0.65 |
| Hex | 61 | E8 | CA | 3A | 0 | D | 9 | A7 | 4B | 41 |
| Octal | 141 | 350 | 312 | 72 | 0 | 15 | 11 | 247 | 113 | 101 |
| Binary | 1100001 | 11101000 | 11001010 | 111010 | 0 | 1101 | 1001 | 10100111 | 1001011 | 1000001 |
Color Harmonies of #61E8CA
Complementary color
Monochromatic Colors of #61E8CA
Black with #61E8CA
Text Example
Text Example
White with #61E8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8CA; }
p { color: rgb(97,232,202); }
H1.HeaderClassName
{
color: #61E8CA;
}
.AnyTagClassName
{
color: #61E8CA;
}
</style>
background-color css
<style>
a { background-color: #61E8CA; }
a { background-color: rgb(97,232,202); }
div.DivClassName
{
background-color: #61E8CA;
}
.BgClassName
{
background-color: #61E8CA;
}
</style>
border-color css
<style>
span { border-color: #61E8CA; }
span { border-color: rgb(97,232,202); }
td.TdClassName
{
border-color: #61E8CA;
}
.TagClassName
{
border-color: #61E8CA;
}
</style>