Shades of Downy #70E3D2
Tints of Downy #70E3D2
RGB
CMYK
RGB Variations
Color information
#70E3D2 (or 0x70E3D2) is known color: Downy. HEX triplet: 70, E3 and D2. RGB value is (112,227,210). Sum of RGB (Red+Green+Blue) = 112+227+210=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 227 (89.06% from 255 or 41.35% from 549); Blue value is 210 (82.42% from 255 or 38.25% from 549); Max value from RGB is 227 - color contains mainly: green. Hex color #70E3D2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E3D2 is #8F1C2D. Grayscale: #BEBEBE. Windows color (decimal): -9378862 or 13820784. OLE color: 13820784.
HSL color Cylindrical-coordinate representation of color #70E3D2: hue angle of 171.13º 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 #70E3D2 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 227 | 210 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.11 |
| HSL | 171.13º | 0.67% | 0.66% | - |
| HSV(B) | 171.13º | 0.51% | 0.89% | - |
| XYZ | 45.78 | 63.04 | 70.73 | - |
| YUV | 190.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 227 | 210 | 0.51 | 0 | 0.07 | 0.11 | 171.13 | 0.67 | 0.66 |
| Hex | 70 | E3 | D2 | 33 | 0 | 7 | B | AB | 43 | 42 |
| Octal | 160 | 343 | 322 | 63 | 0 | 7 | 13 | 253 | 103 | 102 |
| Binary | 1110000 | 11100011 | 11010010 | 110011 | 0 | 111 | 1011 | 10101011 | 1000011 | 1000010 |
Color Harmonies of #70E3D2
Complementary color
Monochromatic Colors of #70E3D2
Black with #70E3D2
Text Example
Text Example
White with #70E3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E3D2; }
p { color: rgb(112,227,210); }
H1.HeaderClassName
{
color: #70E3D2;
}
.AnyTagClassName
{
color: #70E3D2;
}
</style>
background-color css
<style>
a { background-color: #70E3D2; }
a { background-color: rgb(112,227,210); }
div.DivClassName
{
background-color: #70E3D2;
}
.BgClassName
{
background-color: #70E3D2;
}
</style>
border-color css
<style>
span { border-color: #70E3D2; }
span { border-color: rgb(112,227,210); }
td.TdClassName
{
border-color: #70E3D2;
}
.TagClassName
{
border-color: #70E3D2;
}
</style>