Shades of Downy #61E7CA
Tints of Downy #61E7CA
RGB
CMYK
RGB Variations
Color information
#61E7CA (or 0x61E7CA) is known color: Downy. HEX triplet: 61, E7 and CA. RGB value is (97,231,202). Sum of RGB (Red+Green+Blue) = 97+231+202=530 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.30% from 530); Green value is 231 (90.62% from 255 or 43.58% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7CA is #9E1835. Grayscale: #BBBBBB. Windows color (decimal): -10360886 or 13297505. OLE color: 13297505.
HSL color Cylindrical-coordinate representation of color #61E7CA: hue angle of 167.01º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E7CA is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 202 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.09 |
| HSL | 167.01º | 0.74% | 0.64% | - |
| HSV(B) | 167.01º | 0.58% | 0.91% | - |
| XYZ | 44.17 | 63.96 | 65.89 | - |
| YUV | 187.63 | 136.11 | 63.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 202 | 0.58 | 0 | 0.13 | 0.09 | 167.01 | 0.74 | 0.64 |
| Hex | 61 | E7 | CA | 3A | 0 | D | 9 | A7 | 4A | 40 |
| Octal | 141 | 347 | 312 | 72 | 0 | 15 | 11 | 247 | 112 | 100 |
| Binary | 1100001 | 11100111 | 11001010 | 111010 | 0 | 1101 | 1001 | 10100111 | 1001010 | 1000000 |
Color Harmonies of #61E7CA
Complementary color
Monochromatic Colors of #61E7CA
Black with #61E7CA
Text Example
Text Example
White with #61E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E7CA; }
p { color: rgb(97,231,202); }
H1.HeaderClassName
{
color: #61E7CA;
}
.AnyTagClassName
{
color: #61E7CA;
}
</style>
background-color css
<style>
a { background-color: #61E7CA; }
a { background-color: rgb(97,231,202); }
div.DivClassName
{
background-color: #61E7CA;
}
.BgClassName
{
background-color: #61E7CA;
}
</style>
border-color css
<style>
span { border-color: #61E7CA; }
span { border-color: rgb(97,231,202); }
td.TdClassName
{
border-color: #61E7CA;
}
.TagClassName
{
border-color: #61E7CA;
}
</style>