Shades of Downy #61E1BB
Tints of Downy #61E1BB
RGB
CMYK
RGB Variations
Color information
#61E1BB (or 0x61E1BB) is known color: Downy. HEX triplet: 61, E1 and BB. RGB value is (97,225,187). Sum of RGB (Red+Green+Blue) = 97+225+187=509 (67% of max value = 765). Red value is 97 (38.28% from 255 or 19.06% from 509); Green value is 225 (88.28% from 255 or 44.20% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 225 - color contains mainly: green. Hex color #61E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61E1BB is #9E1E44. Grayscale: #B6B6B6. Windows color (decimal): -10362437 or 12312929. OLE color: 12312929.
HSL color Cylindrical-coordinate representation of color #61E1BB: hue angle of 162.19º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #61E1BB is Cyan = 0.57, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 225 | 187 | - |
| CMYK | 0.57 | 0 | 0.17 | 0.12 |
| HSL | 162.19º | 0.68% | 0.63% | - |
| HSV(B) | 162.19º | 0.57% | 0.88% | - |
| XYZ | 40.82 | 59.98 | 56.44 | - |
| YUV | 182.4 | 130.59 | 67.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 225 | 187 | 0.57 | 0 | 0.17 | 0.12 | 162.19 | 0.68 | 0.63 |
| Hex | 61 | E1 | BB | 39 | 0 | 11 | C | A2 | 44 | 3F |
| Octal | 141 | 341 | 273 | 71 | 0 | 21 | 14 | 242 | 104 | 77 |
| Binary | 1100001 | 11100001 | 10111011 | 111001 | 0 | 10001 | 1100 | 10100010 | 1000100 | 111111 |
Color Harmonies of #61E1BB
Complementary color
Monochromatic Colors of #61E1BB
Black with #61E1BB
Text Example
Text Example
White with #61E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E1BB; }
p { color: rgb(97,225,187); }
H1.HeaderClassName
{
color: #61E1BB;
}
.AnyTagClassName
{
color: #61E1BB;
}
</style>
background-color css
<style>
a { background-color: #61E1BB; }
a { background-color: rgb(97,225,187); }
div.DivClassName
{
background-color: #61E1BB;
}
.BgClassName
{
background-color: #61E1BB;
}
</style>
border-color css
<style>
span { border-color: #61E1BB; }
span { border-color: rgb(97,225,187); }
td.TdClassName
{
border-color: #61E1BB;
}
.TagClassName
{
border-color: #61E1BB;
}
</style>