Shades of Downy #61E5BB
Tints of Downy #61E5BB
RGB
CMYK
RGB Variations
Color information
#61E5BB (or 0x61E5BB) is known color: Downy. HEX triplet: 61, E5 and BB. RGB value is (97,229,187). Sum of RGB (Red+Green+Blue) = 97+229+187=513 (67% of max value = 765). Red value is 97 (38.28% from 255 or 18.91% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #61E5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E5BB is #9E1A44. Grayscale: #B8B8B8. Windows color (decimal): -10361413 or 12313953. OLE color: 12313953.
HSL color Cylindrical-coordinate representation of color #61E5BB: hue angle of 160.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61E5BB is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 229 | 187 | - |
| CMYK | 0.58 | 0 | 0.18 | 0.10 |
| HSL | 160.91º | 0.72% | 0.64% | - |
| HSV(B) | 160.91º | 0.58% | 0.9% | - |
| XYZ | 41.92 | 62.17 | 56.8 | - |
| YUV | 184.74 | 129.27 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 229 | 187 | 0.58 | 0 | 0.18 | 0.10 | 160.91 | 0.72 | 0.64 |
| Hex | 61 | E5 | BB | 3A | 0 | 12 | A | A1 | 48 | 40 |
| Octal | 141 | 345 | 273 | 72 | 0 | 22 | 12 | 241 | 110 | 100 |
| Binary | 1100001 | 11100101 | 10111011 | 111010 | 0 | 10010 | 1010 | 10100001 | 1001000 | 1000000 |
Color Harmonies of #61E5BB
Complementary color
Monochromatic Colors of #61E5BB
Black with #61E5BB
Text Example
Text Example
White with #61E5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E5BB; }
p { color: rgb(97,229,187); }
H1.HeaderClassName
{
color: #61E5BB;
}
.AnyTagClassName
{
color: #61E5BB;
}
</style>
background-color css
<style>
a { background-color: #61E5BB; }
a { background-color: rgb(97,229,187); }
div.DivClassName
{
background-color: #61E5BB;
}
.BgClassName
{
background-color: #61E5BB;
}
</style>
border-color css
<style>
span { border-color: #61E5BB; }
span { border-color: rgb(97,229,187); }
td.TdClassName
{
border-color: #61E5BB;
}
.TagClassName
{
border-color: #61E5BB;
}
</style>