Shades of Downy #70E6D2
Tints of Downy #70E6D2
RGB
CMYK
RGB Variations
Color information
#70E6D2 (or 0x70E6D2) is known color: Downy. HEX triplet: 70, E6 and D2. RGB value is (112,230,210). Sum of RGB (Red+Green+Blue) = 112+230+210=552 (73% of max value = 765). Red value is 112 (44.14% from 255 or 20.29% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 210 (82.42% from 255 or 38.04% from 552); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6D2 is #8F192D. Grayscale: #C0C0C0. Windows color (decimal): -9378094 or 13821552. OLE color: 13821552.
HSL color Cylindrical-coordinate representation of color #70E6D2: hue angle of 169.83º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6D2 is Cyan = 0.51, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 230 | 210 | - |
| CMYK | 0.51 | 0 | 0.09 | 0.10 |
| HSL | 169.83º | 0.7% | 0.67% | - |
| HSV(B) | 169.83º | 0.51% | 0.9% | - |
| XYZ | 46.61 | 64.69 | 71 | - |
| YUV | 192.44 | 137.91 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 230 | 210 | 0.51 | 0 | 0.09 | 0.10 | 169.83 | 0.7 | 0.67 |
| Hex | 70 | E6 | D2 | 33 | 0 | 9 | A | AA | 46 | 43 |
| Octal | 160 | 346 | 322 | 63 | 0 | 11 | 12 | 252 | 106 | 103 |
| Binary | 1110000 | 11100110 | 11010010 | 110011 | 0 | 1001 | 1010 | 10101010 | 1000110 | 1000011 |
Color Harmonies of #70E6D2
Complementary color
Monochromatic Colors of #70E6D2
Black with #70E6D2
Text Example
Text Example
White with #70E6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E6D2; }
p { color: rgb(112,230,210); }
H1.HeaderClassName
{
color: #70E6D2;
}
.AnyTagClassName
{
color: #70E6D2;
}
</style>
background-color css
<style>
a { background-color: #70E6D2; }
a { background-color: rgb(112,230,210); }
div.DivClassName
{
background-color: #70E6D2;
}
.BgClassName
{
background-color: #70E6D2;
}
</style>
border-color css
<style>
span { border-color: #70E6D2; }
span { border-color: rgb(112,230,210); }
td.TdClassName
{
border-color: #70E6D2;
}
.TagClassName
{
border-color: #70E6D2;
}
</style>