Shades of Downy #61E0CD
Tints of Downy #61E0CD
RGB
CMYK
RGB Variations
Color information
#61E0CD (or 0x61E0CD) is known color: Downy. HEX triplet: 61, E0 and CD. RGB value is (97,224,205). Sum of RGB (Red+Green+Blue) = 97+224+205=526 (69% of max value = 765). Red value is 97 (38.28% from 255 or 18.44% from 526); Green value is 224 (87.89% from 255 or 42.59% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 224 - color contains mainly: green. Hex color #61E0CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E0CD is #9E1F32. Grayscale: #B7B7B7. Windows color (decimal): -10362675 or 13492321. OLE color: 13492321.
HSL color Cylindrical-coordinate representation of color #61E0CD: hue angle of 171.02º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E0CD is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 224 | 205 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.12 |
| HSL | 171.02º | 0.67% | 0.63% | - |
| HSV(B) | 171.02º | 0.57% | 0.88% | - |
| XYZ | 42.6 | 60.26 | 67.14 | - |
| YUV | 183.86 | 139.92 | 66.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 224 | 205 | 0.57 | 0 | 0.08 | 0.12 | 171.02 | 0.67 | 0.63 |
| Hex | 61 | E0 | CD | 39 | 0 | 8 | C | AB | 43 | 3F |
| Octal | 141 | 340 | 315 | 71 | 0 | 10 | 14 | 253 | 103 | 77 |
| Binary | 1100001 | 11100000 | 11001101 | 111001 | 0 | 1000 | 1100 | 10101011 | 1000011 | 111111 |
Color Harmonies of #61E0CD
Complementary color
Monochromatic Colors of #61E0CD
Black with #61E0CD
Text Example
Text Example
White with #61E0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E0CD; }
p { color: rgb(97,224,205); }
H1.HeaderClassName
{
color: #61E0CD;
}
.AnyTagClassName
{
color: #61E0CD;
}
</style>
background-color css
<style>
a { background-color: #61E0CD; }
a { background-color: rgb(97,224,205); }
div.DivClassName
{
background-color: #61E0CD;
}
.BgClassName
{
background-color: #61E0CD;
}
</style>
border-color css
<style>
span { border-color: #61E0CD; }
span { border-color: rgb(97,224,205); }
td.TdClassName
{
border-color: #61E0CD;
}
.TagClassName
{
border-color: #61E0CD;
}
</style>