Shades of Downy #70E3B6
Tints of Downy #70E3B6
RGB
CMYK
RGB Variations
Color information
#70E3B6 (or 0x70E3B6) is known color: Downy. HEX triplet: 70, E3 and B6. RGB value is (112,227,182). Sum of RGB (Red+Green+Blue) = 112+227+182=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 227 (89.06% from 255 or 43.57% from 521); Blue value is 182 (71.48% from 255 or 34.93% from 521); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3B6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3B6 is #8F1C49. Grayscale: #BBBBBB. Windows color (decimal): -9378890 or 11985776. OLE color: 11985776.
HSL color Cylindrical-coordinate representation of color #70E3B6: hue angle of 156.52º 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 #70E3B6 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 182 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.11 |
| HSL | 156.52º | 0.67% | 0.66% | - |
| HSV(B) | 156.52º | 0.51% | 0.89% | - |
| XYZ | 42.59 | 61.76 | 53.93 | - |
| YUV | 187.49 | 124.9 | 74.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 182 | 0.51 | 0 | 0.20 | 0.11 | 156.52 | 0.67 | 0.66 |
| Hex | 70 | E3 | B6 | 33 | 0 | 14 | B | 9D | 43 | 42 |
| Octal | 160 | 343 | 266 | 63 | 0 | 24 | 13 | 235 | 103 | 102 |
| Binary | 1110000 | 11100011 | 10110110 | 110011 | 0 | 10100 | 1011 | 10011101 | 1000011 | 1000010 |
Color Harmonies of #70E3B6
Complementary color
Monochromatic Colors of #70E3B6
Black with #70E3B6
Text Example
Text Example
White with #70E3B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3B6; }
p { color: rgb(112,227,182); }
H1.HeaderClassName
{
color: #70E3B6;
}
.AnyTagClassName
{
color: #70E3B6;
}
</style>
background-color css
<style>
a { background-color: #70E3B6; }
a { background-color: rgb(112,227,182); }
div.DivClassName
{
background-color: #70E3B6;
}
.BgClassName
{
background-color: #70E3B6;
}
</style>
border-color css
<style>
span { border-color: #70E3B6; }
span { border-color: rgb(112,227,182); }
td.TdClassName
{
border-color: #70E3B6;
}
.TagClassName
{
border-color: #70E3B6;
}
</style>