Shades of Downy #61E7D0
Tints of Downy #61E7D0
RGB
CMYK
RGB Variations
Color information
#61E7D0 (or 0x61E7D0) is known color: Downy. HEX triplet: 61, E7 and D0. RGB value is (97,231,208). Sum of RGB (Red+Green+Blue) = 97+231+208=536 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.10% from 536); Green value is 231 (90.62% from 255 or 43.10% from 536); Blue value is 208 (81.64% from 255 or 38.81% from 536); Max value from RGB is 231 - color contains mainly: green. Hex color #61E7D0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E7D0 is #9E182F. Grayscale: #BCBCBC. Windows color (decimal): -10360880 or 13690721. OLE color: 13690721.
HSL color Cylindrical-coordinate representation of color #61E7D0: hue angle of 169.7º 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 #61E7D0 is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 231 | 208 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.09 |
| HSL | 169.7º | 0.74% | 0.64% | - |
| HSV(B) | 169.7º | 0.58% | 0.91% | - |
| XYZ | 44.89 | 64.25 | 69.71 | - |
| YUV | 188.31 | 139.11 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 231 | 208 | 0.58 | 0 | 0.10 | 0.09 | 169.7 | 0.74 | 0.64 |
| Hex | 61 | E7 | D0 | 3A | 0 | A | 9 | AA | 4A | 40 |
| Octal | 141 | 347 | 320 | 72 | 0 | 12 | 11 | 252 | 112 | 100 |
| Binary | 1100001 | 11100111 | 11010000 | 111010 | 0 | 1010 | 1001 | 10101010 | 1001010 | 1000000 |
Color Harmonies of #61E7D0
Complementary color
Monochromatic Colors of #61E7D0
Black with #61E7D0
Text Example
Text Example
White with #61E7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E7D0; }
p { color: rgb(97,231,208); }
H1.HeaderClassName
{
color: #61E7D0;
}
.AnyTagClassName
{
color: #61E7D0;
}
</style>
background-color css
<style>
a { background-color: #61E7D0; }
a { background-color: rgb(97,231,208); }
div.DivClassName
{
background-color: #61E7D0;
}
.BgClassName
{
background-color: #61E7D0;
}
</style>
border-color css
<style>
span { border-color: #61E7D0; }
span { border-color: rgb(97,231,208); }
td.TdClassName
{
border-color: #61E7D0;
}
.TagClassName
{
border-color: #61E7D0;
}
</style>