Shades of Downy #70E4C8
Tints of Downy #70E4C8
RGB
CMYK
RGB Variations
Color information
#70E4C8 (or 0x70E4C8) is known color: Downy. HEX triplet: 70, E4 and C8. RGB value is (112,228,200). Sum of RGB (Red+Green+Blue) = 112+228+200=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 228 (89.45% from 255 or 42.22% from 540); Blue value is 200 (78.52% from 255 or 37.04% from 540); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4C8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4C8 is #8F1B37. Grayscale: #BEBEBE. Windows color (decimal): -9378616 or 13165680. OLE color: 13165680.
HSL color Cylindrical-coordinate representation of color #70E4C8: hue angle of 165.52º 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 #70E4C8 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 200 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.11 |
| HSL | 165.52º | 0.68% | 0.67% | - |
| HSV(B) | 165.52º | 0.51% | 0.89% | - |
| XYZ | 44.85 | 63.1 | 64.46 | - |
| YUV | 190.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 200 | 0.51 | 0 | 0.12 | 0.11 | 165.52 | 0.68 | 0.67 |
| Hex | 70 | E4 | C8 | 33 | 0 | C | B | A6 | 44 | 43 |
| Octal | 160 | 344 | 310 | 63 | 0 | 14 | 13 | 246 | 104 | 103 |
| Binary | 1110000 | 11100100 | 11001000 | 110011 | 0 | 1100 | 1011 | 10100110 | 1000100 | 1000011 |
Color Harmonies of #70E4C8
Complementary color
Monochromatic Colors of #70E4C8
Black with #70E4C8
Text Example
Text Example
White with #70E4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E4C8; }
p { color: rgb(112,228,200); }
H1.HeaderClassName
{
color: #70E4C8;
}
.AnyTagClassName
{
color: #70E4C8;
}
</style>
background-color css
<style>
a { background-color: #70E4C8; }
a { background-color: rgb(112,228,200); }
div.DivClassName
{
background-color: #70E4C8;
}
.BgClassName
{
background-color: #70E4C8;
}
</style>
border-color css
<style>
span { border-color: #70E4C8; }
span { border-color: rgb(112,228,200); }
td.TdClassName
{
border-color: #70E4C8;
}
.TagClassName
{
border-color: #70E4C8;
}
</style>