Shades of Downy #70E4BC
Tints of Downy #70E4BC
RGB
CMYK
RGB Variations
Color information
#70E4BC (or 0x70E4BC) is known color: Downy. HEX triplet: 70, E4 and BC. RGB value is (112,228,188). Sum of RGB (Red+Green+Blue) = 112+228+188=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 228 (89.45% from 255 or 43.18% from 528); Blue value is 188 (73.83% from 255 or 35.61% from 528); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4BC is #8F1B43. Grayscale: #BCBCBC. Windows color (decimal): -9378628 or 12379248. OLE color: 12379248.
HSL color Cylindrical-coordinate representation of color #70E4BC: hue angle of 159.31º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4BC is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 188 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.11 |
| HSL | 159.31º | 0.68% | 0.67% | - |
| HSV(B) | 159.31º | 0.51% | 0.89% | - |
| XYZ | 43.5 | 62.56 | 57.36 | - |
| YUV | 188.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 188 | 0.51 | 0 | 0.18 | 0.11 | 159.31 | 0.68 | 0.67 |
| Hex | 70 | E4 | BC | 33 | 0 | 12 | B | 9F | 44 | 43 |
| Octal | 160 | 344 | 274 | 63 | 0 | 22 | 13 | 237 | 104 | 103 |
| Binary | 1110000 | 11100100 | 10111100 | 110011 | 0 | 10010 | 1011 | 10011111 | 1000100 | 1000011 |
Color Harmonies of #70E4BC
Complementary color
Monochromatic Colors of #70E4BC
Black with #70E4BC
Text Example
Text Example
White with #70E4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E4BC; }
p { color: rgb(112,228,188); }
H1.HeaderClassName
{
color: #70E4BC;
}
.AnyTagClassName
{
color: #70E4BC;
}
</style>
background-color css
<style>
a { background-color: #70E4BC; }
a { background-color: rgb(112,228,188); }
div.DivClassName
{
background-color: #70E4BC;
}
.BgClassName
{
background-color: #70E4BC;
}
</style>
border-color css
<style>
span { border-color: #70E4BC; }
span { border-color: rgb(112,228,188); }
td.TdClassName
{
border-color: #70E4BC;
}
.TagClassName
{
border-color: #70E4BC;
}
</style>