Shades of Downy #70ECB8
Tints of Downy #70ECB8
RGB
CMYK
RGB Variations
Color information
#70ECB8 (or 0x70ECB8) is known color: Downy. HEX triplet: 70, EC and B8. RGB value is (112,236,184). Sum of RGB (Red+Green+Blue) = 112+236+184=532 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.05% from 532); Green value is 236 (92.58% from 255 or 44.36% from 532); Blue value is 184 (72.27% from 255 or 34.59% from 532); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECB8 is #8F1347. Grayscale: #C1C1C1. Windows color (decimal): -9376584 or 12119152. OLE color: 12119152.
HSL color Cylindrical-coordinate representation of color #70ECB8: hue angle of 154.84º 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 #70ECB8 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 184 | - |
| CMYK | 0.53 | 0 | 0.22 | 0.07 |
| HSL | 154.84º | 0.77% | 0.68% | - |
| HSV(B) | 154.84º | 0.53% | 0.93% | - |
| XYZ | 45.33 | 66.9 | 55.87 | - |
| YUV | 193 | 122.92 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 184 | 0.53 | 0 | 0.22 | 0.07 | 154.84 | 0.77 | 0.68 |
| Hex | 70 | EC | B8 | 35 | 0 | 16 | 7 | 9B | 4D | 44 |
| Octal | 160 | 354 | 270 | 65 | 0 | 26 | 7 | 233 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10111000 | 110101 | 0 | 10110 | 111 | 10011011 | 1001101 | 1000100 |
Color Harmonies of #70ECB8
Complementary color
Monochromatic Colors of #70ECB8
Black with #70ECB8
Text Example
Text Example
White with #70ECB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECB8; }
p { color: rgb(112,236,184); }
H1.HeaderClassName
{
color: #70ECB8;
}
.AnyTagClassName
{
color: #70ECB8;
}
</style>
background-color css
<style>
a { background-color: #70ECB8; }
a { background-color: rgb(112,236,184); }
div.DivClassName
{
background-color: #70ECB8;
}
.BgClassName
{
background-color: #70ECB8;
}
</style>
border-color css
<style>
span { border-color: #70ECB8; }
span { border-color: rgb(112,236,184); }
td.TdClassName
{
border-color: #70ECB8;
}
.TagClassName
{
border-color: #70ECB8;
}
</style>