Shades of Downy #70ECB9
Tints of Downy #70ECB9
RGB
CMYK
RGB Variations
Color information
#70ECB9 (or 0x70ECB9) is known color: Downy. HEX triplet: 70, EC and B9. RGB value is (112,236,185). Sum of RGB (Red+Green+Blue) = 112+236+185=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 236 (92.58% from 255 or 44.28% from 533); Blue value is 185 (72.66% from 255 or 34.71% from 533); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECB9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECB9 is #8F1346. Grayscale: #C1C1C1. Windows color (decimal): -9376583 or 12184688. OLE color: 12184688.
HSL color Cylindrical-coordinate representation of color #70ECB9: hue angle of 155.32º 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 #70ECB9 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 185 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.07 |
| HSL | 155.32º | 0.77% | 0.68% | - |
| HSV(B) | 155.32º | 0.53% | 0.93% | - |
| XYZ | 45.43 | 66.94 | 56.42 | - |
| YUV | 193.11 | 123.42 | 70.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 185 | 0.53 | 0 | 0.22 | 0.07 | 155.32 | 0.77 | 0.68 |
| Hex | 70 | EC | B9 | 35 | 0 | 16 | 7 | 9B | 4D | 44 |
| Octal | 160 | 354 | 271 | 65 | 0 | 26 | 7 | 233 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10111001 | 110101 | 0 | 10110 | 111 | 10011011 | 1001101 | 1000100 |
Color Harmonies of #70ECB9
Complementary color
Monochromatic Colors of #70ECB9
Black with #70ECB9
Text Example
Text Example
White with #70ECB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECB9; }
p { color: rgb(112,236,185); }
H1.HeaderClassName
{
color: #70ECB9;
}
.AnyTagClassName
{
color: #70ECB9;
}
</style>
background-color css
<style>
a { background-color: #70ECB9; }
a { background-color: rgb(112,236,185); }
div.DivClassName
{
background-color: #70ECB9;
}
.BgClassName
{
background-color: #70ECB9;
}
</style>
border-color css
<style>
span { border-color: #70ECB9; }
span { border-color: rgb(112,236,185); }
td.TdClassName
{
border-color: #70ECB9;
}
.TagClassName
{
border-color: #70ECB9;
}
</style>