Shades of Downy #70E8C4
Tints of Downy #70E8C4
RGB
CMYK
RGB Variations
Color information
#70E8C4 (or 0x70E8C4) is known color: Downy. HEX triplet: 70, E8 and C4. RGB value is (112,232,196). Sum of RGB (Red+Green+Blue) = 112+232+196=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 196 (76.95% from 255 or 36.30% from 540); Max value from RGB is 232 - color contains mainly: green. Hex color #70E8C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E8C4 is #8F173B. Grayscale: #C0C0C0. Windows color (decimal): -9377596 or 12904560. OLE color: 12904560.
HSL color Cylindrical-coordinate representation of color #70E8C4: hue angle of 162º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E8C4 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 232 | 196 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.09 |
| HSL | 162º | 0.72% | 0.67% | - |
| HSV(B) | 162º | 0.52% | 0.91% | - |
| XYZ | 45.5 | 65.14 | 62.4 | - |
| YUV | 192.02 | 130.24 | 70.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 232 | 196 | 0.52 | 0 | 0.16 | 0.09 | 162 | 0.72 | 0.67 |
| Hex | 70 | E8 | C4 | 34 | 0 | 10 | 9 | A2 | 48 | 43 |
| Octal | 160 | 350 | 304 | 64 | 0 | 20 | 11 | 242 | 110 | 103 |
| Binary | 1110000 | 11101000 | 11000100 | 110100 | 0 | 10000 | 1001 | 10100010 | 1001000 | 1000011 |
Color Harmonies of #70E8C4
Complementary color
Monochromatic Colors of #70E8C4
Black with #70E8C4
Text Example
Text Example
White with #70E8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E8C4; }
p { color: rgb(112,232,196); }
H1.HeaderClassName
{
color: #70E8C4;
}
.AnyTagClassName
{
color: #70E8C4;
}
</style>
background-color css
<style>
a { background-color: #70E8C4; }
a { background-color: rgb(112,232,196); }
div.DivClassName
{
background-color: #70E8C4;
}
.BgClassName
{
background-color: #70E8C4;
}
</style>
border-color css
<style>
span { border-color: #70E8C4; }
span { border-color: rgb(112,232,196); }
td.TdClassName
{
border-color: #70E8C4;
}
.TagClassName
{
border-color: #70E8C4;
}
</style>