Shades of Downy #70E1C9
Tints of Downy #70E1C9
RGB
CMYK
RGB Variations
Color information
#70E1C9 (or 0x70E1C9) is known color: Downy. HEX triplet: 70, E1 and C9. RGB value is (112,225,201). Sum of RGB (Red+Green+Blue) = 112+225+201=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #70E1C9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E1C9 is #8F1E36. Grayscale: #BCBCBC. Windows color (decimal): -9379383 or 13230448. OLE color: 13230448.
HSL color Cylindrical-coordinate representation of color #70E1C9: hue angle of 167.26º degrees, saturation: 0.65, 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 #70E1C9 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 112 | 225 | 201 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.12 |
| HSL | 167.26º | 0.65% | 0.66% | - |
| HSV(B) | 167.26º | 0.5% | 0.88% | - |
| XYZ | 44.15 | 61.51 | 64.8 | - |
| YUV | 188.48 | 135.06 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 225 | 201 | 0.50 | 0 | 0.11 | 0.12 | 167.26 | 0.65 | 0.66 |
| Hex | 70 | E1 | C9 | 32 | 0 | B | C | A7 | 41 | 42 |
| Octal | 160 | 341 | 311 | 62 | 0 | 13 | 14 | 247 | 101 | 102 |
| Binary | 1110000 | 11100001 | 11001001 | 110010 | 0 | 1011 | 1100 | 10100111 | 1000001 | 1000010 |
Color Harmonies of #70E1C9
Complementary color
Monochromatic Colors of #70E1C9
Black with #70E1C9
Text Example
Text Example
White with #70E1C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E1C9; }
p { color: rgb(112,225,201); }
H1.HeaderClassName
{
color: #70E1C9;
}
.AnyTagClassName
{
color: #70E1C9;
}
</style>
background-color css
<style>
a { background-color: #70E1C9; }
a { background-color: rgb(112,225,201); }
div.DivClassName
{
background-color: #70E1C9;
}
.BgClassName
{
background-color: #70E1C9;
}
</style>
border-color css
<style>
span { border-color: #70E1C9; }
span { border-color: rgb(112,225,201); }
td.TdClassName
{
border-color: #70E1C9;
}
.TagClassName
{
border-color: #70E1C9;
}
</style>