Shades of Downy #61EECD
Tints of Downy #61EECD
RGB
CMYK
RGB Variations
Color information
#61EECD (or 0x61EECD) is known color: Downy. HEX triplet: 61, EE and CD. RGB value is (97,238,205). Sum of RGB (Red+Green+Blue) = 97+238+205=540 (71% of max value = 765). Red value is 97 (38.28% from 255 or 17.96% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #61EECD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EECD is #9E1132. Grayscale: #C0C0C0. Windows color (decimal): -10359091 or 13495905. OLE color: 13495905.
HSL color Cylindrical-coordinate representation of color #61EECD: hue angle of 165.96º 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 #61EECD is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 238 | 205 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.07 |
| HSL | 165.96º | 0.81% | 0.66% | - |
| HSV(B) | 165.96º | 0.59% | 0.93% | - |
| XYZ | 46.52 | 68.1 | 68.45 | - |
| YUV | 192.08 | 135.29 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 238 | 205 | 0.59 | 0 | 0.14 | 0.07 | 165.96 | 0.81 | 0.66 |
| Hex | 61 | EE | CD | 3B | 0 | E | 7 | A6 | 51 | 42 |
| Octal | 141 | 356 | 315 | 73 | 0 | 16 | 7 | 246 | 121 | 102 |
| Binary | 1100001 | 11101110 | 11001101 | 111011 | 0 | 1110 | 111 | 10100110 | 1010001 | 1000010 |
Color Harmonies of #61EECD
Complementary color
Monochromatic Colors of #61EECD
Black with #61EECD
Text Example
Text Example
White with #61EECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EECD; }
p { color: rgb(97,238,205); }
H1.HeaderClassName
{
color: #61EECD;
}
.AnyTagClassName
{
color: #61EECD;
}
</style>
background-color css
<style>
a { background-color: #61EECD; }
a { background-color: rgb(97,238,205); }
div.DivClassName
{
background-color: #61EECD;
}
.BgClassName
{
background-color: #61EECD;
}
</style>
border-color css
<style>
span { border-color: #61EECD; }
span { border-color: rgb(97,238,205); }
td.TdClassName
{
border-color: #61EECD;
}
.TagClassName
{
border-color: #61EECD;
}
</style>