Shades of Downy #61EABB
Tints of Downy #61EABB
RGB
CMYK
RGB Variations
Color information
#61EABB (or 0x61EABB) is known color: Downy. HEX triplet: 61, EA and BB. RGB value is (97,234,187). Sum of RGB (Red+Green+Blue) = 97+234+187=518 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.73% from 518); Green value is 234 (91.80% from 255 or 45.17% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 234 - color contains mainly: green. Hex color #61EABB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61EABB is #9E1544. Grayscale: #BBBBBB. Windows color (decimal): -10360133 or 12315233. OLE color: 12315233.
HSL color Cylindrical-coordinate representation of color #61EABB: hue angle of 159.42º 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 #61EABB is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 97 | 234 | 187 | - |
| CMYK | 0.59 | 0 | 0.20 | 0.08 |
| HSL | 159.42º | 0.77% | 0.65% | - |
| HSV(B) | 159.42º | 0.59% | 0.92% | - |
| XYZ | 43.32 | 64.97 | 57.27 | - |
| YUV | 187.68 | 127.61 | 63.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 234 | 187 | 0.59 | 0 | 0.20 | 0.08 | 159.42 | 0.77 | 0.65 |
| Hex | 61 | EA | BB | 3B | 0 | 14 | 8 | 9F | 4D | 41 |
| Octal | 141 | 352 | 273 | 73 | 0 | 24 | 10 | 237 | 115 | 101 |
| Binary | 1100001 | 11101010 | 10111011 | 111011 | 0 | 10100 | 1000 | 10011111 | 1001101 | 1000001 |
Color Harmonies of #61EABB
Complementary color
Monochromatic Colors of #61EABB
Black with #61EABB
Text Example
Text Example
White with #61EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61EABB; }
p { color: rgb(97,234,187); }
H1.HeaderClassName
{
color: #61EABB;
}
.AnyTagClassName
{
color: #61EABB;
}
</style>
background-color css
<style>
a { background-color: #61EABB; }
a { background-color: rgb(97,234,187); }
div.DivClassName
{
background-color: #61EABB;
}
.BgClassName
{
background-color: #61EABB;
}
</style>
border-color css
<style>
span { border-color: #61EABB; }
span { border-color: rgb(97,234,187); }
td.TdClassName
{
border-color: #61EABB;
}
.TagClassName
{
border-color: #61EABB;
}
</style>