Shades of Downy #70E4C5
Tints of Downy #70E4C5
RGB
CMYK
RGB Variations
Color information
#70E4C5 (or 0x70E4C5) is known color: Downy. HEX triplet: 70, E4 and C5. RGB value is (112,228,197). Sum of RGB (Red+Green+Blue) = 112+228+197=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 197 (77.34% from 255 or 36.69% from 537); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4C5 is #8F1B3A. Grayscale: #BDBDBD. Windows color (decimal): -9378619 or 12969072. OLE color: 12969072.
HSL color Cylindrical-coordinate representation of color #70E4C5: hue angle of 163.97º 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 #70E4C5 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 197 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.11 |
| HSL | 163.97º | 0.68% | 0.67% | - |
| HSV(B) | 163.97º | 0.51% | 0.89% | - |
| XYZ | 44.5 | 62.96 | 62.63 | - |
| YUV | 189.78 | 132.07 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 197 | 0.51 | 0 | 0.14 | 0.11 | 163.97 | 0.68 | 0.67 |
| Hex | 70 | E4 | C5 | 33 | 0 | E | B | A4 | 44 | 43 |
| Octal | 160 | 344 | 305 | 63 | 0 | 16 | 13 | 244 | 104 | 103 |
| Binary | 1110000 | 11100100 | 11000101 | 110011 | 0 | 1110 | 1011 | 10100100 | 1000100 | 1000011 |
Color Harmonies of #70E4C5
Complementary color
Monochromatic Colors of #70E4C5
Black with #70E4C5
Text Example
Text Example
White with #70E4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E4C5; }
p { color: rgb(112,228,197); }
H1.HeaderClassName
{
color: #70E4C5;
}
.AnyTagClassName
{
color: #70E4C5;
}
</style>
background-color css
<style>
a { background-color: #70E4C5; }
a { background-color: rgb(112,228,197); }
div.DivClassName
{
background-color: #70E4C5;
}
.BgClassName
{
background-color: #70E4C5;
}
</style>
border-color css
<style>
span { border-color: #70E4C5; }
span { border-color: rgb(112,228,197); }
td.TdClassName
{
border-color: #70E4C5;
}
.TagClassName
{
border-color: #70E4C5;
}
</style>