Shades of Downy #61EAC9
Tints of Downy #61EAC9
RGB
CMYK
RGB Variations
Color information
#61EAC9 (or 0x61EAC9) is known color: Downy. HEX triplet: 61, EA and C9. RGB value is (97,234,201). Sum of RGB (Red+Green+Blue) = 97+234+201=532 (70% of max value = 765). Red value is 97 (38.28% from 255 or 18.23% from 532); Green value is 234 (91.80% from 255 or 43.98% from 532); Blue value is 201 (78.91% from 255 or 37.78% from 532); Max value from RGB is 234 - color contains mainly: green. Hex color #61EAC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EAC9 is #9E1536. Grayscale: #BDBDBD. Windows color (decimal): -10360119 or 13232737. OLE color: 13232737.
HSL color Cylindrical-coordinate representation of color #61EAC9: hue angle of 165.55º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #61EAC9 is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 234 | 201 | - |
| CMYK | 0.59 | 0 | 0.14 | 0.08 |
| HSL | 165.55º | 0.77% | 0.65% | - |
| HSV(B) | 165.55º | 0.59% | 0.92% | - |
| XYZ | 44.9 | 65.6 | 65.55 | - |
| YUV | 189.28 | 134.61 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 234 | 201 | 0.59 | 0 | 0.14 | 0.08 | 165.55 | 0.77 | 0.65 |
| Hex | 61 | EA | C9 | 3B | 0 | E | 8 | A6 | 4D | 41 |
| Octal | 141 | 352 | 311 | 73 | 0 | 16 | 10 | 246 | 115 | 101 |
| Binary | 1100001 | 11101010 | 11001001 | 111011 | 0 | 1110 | 1000 | 10100110 | 1001101 | 1000001 |
Color Harmonies of #61EAC9
Complementary color
Monochromatic Colors of #61EAC9
Black with #61EAC9
Text Example
Text Example
White with #61EAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EAC9; }
p { color: rgb(97,234,201); }
H1.HeaderClassName
{
color: #61EAC9;
}
.AnyTagClassName
{
color: #61EAC9;
}
</style>
background-color css
<style>
a { background-color: #61EAC9; }
a { background-color: rgb(97,234,201); }
div.DivClassName
{
background-color: #61EAC9;
}
.BgClassName
{
background-color: #61EAC9;
}
</style>
border-color css
<style>
span { border-color: #61EAC9; }
span { border-color: rgb(97,234,201); }
td.TdClassName
{
border-color: #61EAC9;
}
.TagClassName
{
border-color: #61EAC9;
}
</style>