Shades of Downy #70E7CA
Tints of Downy #70E7CA
RGB
CMYK
RGB Variations
Color information
#70E7CA (or 0x70E7CA) is known color: Downy. HEX triplet: 70, E7 and CA. RGB value is (112,231,202). Sum of RGB (Red+Green+Blue) = 112+231+202=545 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.55% from 545); Green value is 231 (90.62% from 255 or 42.39% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7CA is #8F1835. Grayscale: #C0C0C0. Windows color (decimal): -9377846 or 13297520. OLE color: 13297520.
HSL color Cylindrical-coordinate representation of color #70E7CA: hue angle of 165.38º degrees, saturation: 0.71, 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 #70E7CA is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 202 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.09 |
| HSL | 165.38º | 0.71% | 0.67% | - |
| HSV(B) | 165.38º | 0.52% | 0.91% | - |
| XYZ | 45.92 | 64.86 | 65.98 | - |
| YUV | 192.11 | 133.58 | 70.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 202 | 0.52 | 0 | 0.13 | 0.09 | 165.38 | 0.71 | 0.67 |
| Hex | 70 | E7 | CA | 34 | 0 | D | 9 | A5 | 47 | 43 |
| Octal | 160 | 347 | 312 | 64 | 0 | 15 | 11 | 245 | 107 | 103 |
| Binary | 1110000 | 11100111 | 11001010 | 110100 | 0 | 1101 | 1001 | 10100101 | 1000111 | 1000011 |
Color Harmonies of #70E7CA
Complementary color
Monochromatic Colors of #70E7CA
Black with #70E7CA
Text Example
Text Example
White with #70E7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7CA; }
p { color: rgb(112,231,202); }
H1.HeaderClassName
{
color: #70E7CA;
}
.AnyTagClassName
{
color: #70E7CA;
}
</style>
background-color css
<style>
a { background-color: #70E7CA; }
a { background-color: rgb(112,231,202); }
div.DivClassName
{
background-color: #70E7CA;
}
.BgClassName
{
background-color: #70E7CA;
}
</style>
border-color css
<style>
span { border-color: #70E7CA; }
span { border-color: rgb(112,231,202); }
td.TdClassName
{
border-color: #70E7CA;
}
.TagClassName
{
border-color: #70E7CA;
}
</style>