Shades of Downy #70ECBB
Tints of Downy #70ECBB
RGB
CMYK
RGB Variations
Color information
#70ECBB (or 0x70ECBB) is known color: Downy. HEX triplet: 70, EC and BB. RGB value is (112,236,187). Sum of RGB (Red+Green+Blue) = 112+236+187=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 236 (92.58% from 255 or 44.11% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECBB is #8F1344. Grayscale: #C1C1C1. Windows color (decimal): -9376581 or 12315760. OLE color: 12315760.
HSL color Cylindrical-coordinate representation of color #70ECBB: hue angle of 156.29º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECBB is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 187 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.07 |
| HSL | 156.29º | 0.77% | 0.68% | - |
| HSV(B) | 156.29º | 0.53% | 0.93% | - |
| XYZ | 45.65 | 67.02 | 57.54 | - |
| YUV | 193.34 | 124.42 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 187 | 0.53 | 0 | 0.21 | 0.07 | 156.29 | 0.77 | 0.68 |
| Hex | 70 | EC | BB | 35 | 0 | 15 | 7 | 9C | 4D | 44 |
| Octal | 160 | 354 | 273 | 65 | 0 | 25 | 7 | 234 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10111011 | 110101 | 0 | 10101 | 111 | 10011100 | 1001101 | 1000100 |
Color Harmonies of #70ECBB
Complementary color
Monochromatic Colors of #70ECBB
Black with #70ECBB
Text Example
Text Example
White with #70ECBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECBB; }
p { color: rgb(112,236,187); }
H1.HeaderClassName
{
color: #70ECBB;
}
.AnyTagClassName
{
color: #70ECBB;
}
</style>
background-color css
<style>
a { background-color: #70ECBB; }
a { background-color: rgb(112,236,187); }
div.DivClassName
{
background-color: #70ECBB;
}
.BgClassName
{
background-color: #70ECBB;
}
</style>
border-color css
<style>
span { border-color: #70ECBB; }
span { border-color: rgb(112,236,187); }
td.TdClassName
{
border-color: #70ECBB;
}
.TagClassName
{
border-color: #70ECBB;
}
</style>