Shades of Downy #61E6BB
Tints of Downy #61E6BB
RGB
CMYK
RGB Variations
Color information
#61E6BB (or 0x61E6BB) is known color: Downy. HEX triplet: 61, E6 and BB. RGB value is (97,230,187). Sum of RGB (Red+Green+Blue) = 97+230+187=514 (68% of max value = 765). Red value is 97 (38.28% from 255 or 18.87% from 514); Green value is 230 (90.23% from 255 or 44.75% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 230 - color contains mainly: green. Hex color #61E6BB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #61E6BB is #9E1944. Grayscale: #B9B9B9. Windows color (decimal): -10361157 or 12314209. OLE color: 12314209.
HSL color Cylindrical-coordinate representation of color #61E6BB: hue angle of 160.6º degrees, saturation: 0.73, 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 #61E6BB is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 230 | 187 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.10 |
| HSL | 160.6º | 0.73% | 0.64% | - |
| HSV(B) | 160.6º | 0.58% | 0.9% | - |
| XYZ | 42.2 | 62.72 | 56.9 | - |
| YUV | 185.33 | 128.94 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 230 | 187 | 0.58 | 0 | 0.19 | 0.10 | 160.6 | 0.73 | 0.64 |
| Hex | 61 | E6 | BB | 3A | 0 | 13 | A | A1 | 49 | 40 |
| Octal | 141 | 346 | 273 | 72 | 0 | 23 | 12 | 241 | 111 | 100 |
| Binary | 1100001 | 11100110 | 10111011 | 111010 | 0 | 10011 | 1010 | 10100001 | 1001001 | 1000000 |
Color Harmonies of #61E6BB
Complementary color
Monochromatic Colors of #61E6BB
Black with #61E6BB
Text Example
Text Example
White with #61E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61E6BB; }
p { color: rgb(97,230,187); }
H1.HeaderClassName
{
color: #61E6BB;
}
.AnyTagClassName
{
color: #61E6BB;
}
</style>
background-color css
<style>
a { background-color: #61E6BB; }
a { background-color: rgb(97,230,187); }
div.DivClassName
{
background-color: #61E6BB;
}
.BgClassName
{
background-color: #61E6BB;
}
</style>
border-color css
<style>
span { border-color: #61E6BB; }
span { border-color: rgb(97,230,187); }
td.TdClassName
{
border-color: #61E6BB;
}
.TagClassName
{
border-color: #61E6BB;
}
</style>