Shades of Downy #61E9BA
Tints of Downy #61E9BA
RGB
CMYK
RGB Variations
Color information
#61E9BA (or 0x61E9BA) is known color: Downy. HEX triplet: 61, E9 and BA. RGB value is (97,233,186). Sum of RGB (Red+Green+Blue) = 97+233+186=516 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.80% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 186 (73.05% from 255 or 36.05% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #61E9BA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E9BA is #9E1645. Grayscale: #BBBBBB. Windows color (decimal): -10360390 or 12249441. OLE color: 12249441.
HSL color Cylindrical-coordinate representation of color #61E9BA: hue angle of 159.26º degrees, saturation: 0.76, 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 #61E9BA is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 97 | 233 | 186 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.09 |
| HSL | 159.26º | 0.76% | 0.65% | - |
| HSV(B) | 159.26º | 0.58% | 0.91% | - |
| XYZ | 42.93 | 64.36 | 56.62 | - |
| YUV | 186.98 | 127.44 | 63.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 233 | 186 | 0.58 | 0 | 0.20 | 0.09 | 159.26 | 0.76 | 0.65 |
| Hex | 61 | E9 | BA | 3A | 0 | 14 | 9 | 9F | 4C | 41 |
| Octal | 141 | 351 | 272 | 72 | 0 | 24 | 11 | 237 | 114 | 101 |
| Binary | 1100001 | 11101001 | 10111010 | 111010 | 0 | 10100 | 1001 | 10011111 | 1001100 | 1000001 |
Color Harmonies of #61E9BA
Complementary color
Monochromatic Colors of #61E9BA
Black with #61E9BA
Text Example
Text Example
White with #61E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E9BA; }
p { color: rgb(97,233,186); }
H1.HeaderClassName
{
color: #61E9BA;
}
.AnyTagClassName
{
color: #61E9BA;
}
</style>
background-color css
<style>
a { background-color: #61E9BA; }
a { background-color: rgb(97,233,186); }
div.DivClassName
{
background-color: #61E9BA;
}
.BgClassName
{
background-color: #61E9BA;
}
</style>
border-color css
<style>
span { border-color: #61E9BA; }
span { border-color: rgb(97,233,186); }
td.TdClassName
{
border-color: #61E9BA;
}
.TagClassName
{
border-color: #61E9BA;
}
</style>