Shades of Downy #61E8CD
Tints of Downy #61E8CD
RGB
CMYK
RGB Variations
Color information
#61E8CD (or 0x61E8CD) is known color: Downy. HEX triplet: 61, E8 and CD. RGB value is (97,232,205). Sum of RGB (Red+Green+Blue) = 97+232+205=534 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.16% from 534); Green value is 232 (91.02% from 255 or 43.45% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 232 - color contains mainly: green. Hex color #61E8CD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E8CD is #9E1732. Grayscale: #BCBCBC. Windows color (decimal): -10360627 or 13494369. OLE color: 13494369.
HSL color Cylindrical-coordinate representation of color #61E8CD: hue angle of 168º 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 #61E8CD is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 232 | 205 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.09 |
| HSL | 168º | 0.75% | 0.65% | - |
| HSV(B) | 168º | 0.58% | 0.91% | - |
| XYZ | 44.81 | 64.66 | 67.88 | - |
| YUV | 188.56 | 137.27 | 62.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 232 | 205 | 0.58 | 0 | 0.12 | 0.09 | 168 | 0.75 | 0.65 |
| Hex | 61 | E8 | CD | 3A | 0 | C | 9 | A8 | 4B | 41 |
| Octal | 141 | 350 | 315 | 72 | 0 | 14 | 11 | 250 | 113 | 101 |
| Binary | 1100001 | 11101000 | 11001101 | 111010 | 0 | 1100 | 1001 | 10101000 | 1001011 | 1000001 |
Color Harmonies of #61E8CD
Complementary color
Monochromatic Colors of #61E8CD
Black with #61E8CD
Text Example
Text Example
White with #61E8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E8CD; }
p { color: rgb(97,232,205); }
H1.HeaderClassName
{
color: #61E8CD;
}
.AnyTagClassName
{
color: #61E8CD;
}
</style>
background-color css
<style>
a { background-color: #61E8CD; }
a { background-color: rgb(97,232,205); }
div.DivClassName
{
background-color: #61E8CD;
}
.BgClassName
{
background-color: #61E8CD;
}
</style>
border-color css
<style>
span { border-color: #61E8CD; }
span { border-color: rgb(97,232,205); }
td.TdClassName
{
border-color: #61E8CD;
}
.TagClassName
{
border-color: #61E8CD;
}
</style>