Shades of Downy #70E3C6
Tints of Downy #70E3C6
RGB
CMYK
RGB Variations
Color information
#70E3C6 (or 0x70E3C6) is known color: Downy. HEX triplet: 70, E3 and C6. RGB value is (112,227,198). Sum of RGB (Red+Green+Blue) = 112+227+198=537 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.86% from 537); Green value is 227 (89.06% from 255 or 42.27% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3C6 is #8F1C39. Grayscale: #BDBDBD. Windows color (decimal): -9378874 or 13034352. OLE color: 13034352.
HSL color Cylindrical-coordinate representation of color #70E3C6: hue angle of 164.87º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E3C6 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 198 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.11 |
| HSL | 164.87º | 0.67% | 0.66% | - |
| HSV(B) | 164.87º | 0.51% | 0.89% | - |
| XYZ | 44.34 | 62.46 | 63.14 | - |
| YUV | 189.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 198 | 0.51 | 0 | 0.13 | 0.11 | 164.87 | 0.67 | 0.66 |
| Hex | 70 | E3 | C6 | 33 | 0 | D | B | A5 | 43 | 42 |
| Octal | 160 | 343 | 306 | 63 | 0 | 15 | 13 | 245 | 103 | 102 |
| Binary | 1110000 | 11100011 | 11000110 | 110011 | 0 | 1101 | 1011 | 10100101 | 1000011 | 1000010 |
Color Harmonies of #70E3C6
Complementary color
Monochromatic Colors of #70E3C6
Black with #70E3C6
Text Example
Text Example
White with #70E3C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3C6; }
p { color: rgb(112,227,198); }
H1.HeaderClassName
{
color: #70E3C6;
}
.AnyTagClassName
{
color: #70E3C6;
}
</style>
background-color css
<style>
a { background-color: #70E3C6; }
a { background-color: rgb(112,227,198); }
div.DivClassName
{
background-color: #70E3C6;
}
.BgClassName
{
background-color: #70E3C6;
}
</style>
border-color css
<style>
span { border-color: #70E3C6; }
span { border-color: rgb(112,227,198); }
td.TdClassName
{
border-color: #70E3C6;
}
.TagClassName
{
border-color: #70E3C6;
}
</style>