Shades of Downy #70E0C7
Tints of Downy #70E0C7
RGB
CMYK
RGB Variations
Color information
#70E0C7 (or 0x70E0C7) is known color: Downy. HEX triplet: 70, E0 and C7. RGB value is (112,224,199). Sum of RGB (Red+Green+Blue) = 112+224+199=535 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.93% from 535); Green value is 224 (87.89% from 255 or 41.87% from 535); Blue value is 199 (78.12% from 255 or 37.20% from 535); Max value from RGB is 224 - color contains mainly: green. Hex color #70E0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E0C7 is #8F1F38. Grayscale: #BBBBBB. Windows color (decimal): -9379641 or 13099120. OLE color: 13099120.
HSL color Cylindrical-coordinate representation of color #70E0C7: hue angle of 166.61º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E0C7 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 224 | 199 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.12 |
| HSL | 166.61º | 0.64% | 0.66% | - |
| HSV(B) | 166.61º | 0.5% | 0.88% | - |
| XYZ | 43.65 | 60.88 | 63.48 | - |
| YUV | 187.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 224 | 199 | 0.50 | 0 | 0.11 | 0.12 | 166.61 | 0.64 | 0.66 |
| Hex | 70 | E0 | C7 | 32 | 0 | B | C | A7 | 40 | 42 |
| Octal | 160 | 340 | 307 | 62 | 0 | 13 | 14 | 247 | 100 | 102 |
| Binary | 1110000 | 11100000 | 11000111 | 110010 | 0 | 1011 | 1100 | 10100111 | 1000000 | 1000010 |
Color Harmonies of #70E0C7
Complementary color
Monochromatic Colors of #70E0C7
Black with #70E0C7
Text Example
Text Example
White with #70E0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E0C7; }
p { color: rgb(112,224,199); }
H1.HeaderClassName
{
color: #70E0C7;
}
.AnyTagClassName
{
color: #70E0C7;
}
</style>
background-color css
<style>
a { background-color: #70E0C7; }
a { background-color: rgb(112,224,199); }
div.DivClassName
{
background-color: #70E0C7;
}
.BgClassName
{
background-color: #70E0C7;
}
</style>
border-color css
<style>
span { border-color: #70E0C7; }
span { border-color: rgb(112,224,199); }
td.TdClassName
{
border-color: #70E0C7;
}
.TagClassName
{
border-color: #70E0C7;
}
</style>