Shades of Downy #70E4CA
Tints of Downy #70E4CA
RGB
CMYK
RGB Variations
Color information
#70E4CA (or 0x70E4CA) is known color: Downy. HEX triplet: 70, E4 and CA. RGB value is (112,228,202). Sum of RGB (Red+Green+Blue) = 112+228+202=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #70E4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70E4CA is #8F1B35. Grayscale: #BEBEBE. Windows color (decimal): -9378614 or 13296752. OLE color: 13296752.
HSL color Cylindrical-coordinate representation of color #70E4CA: hue angle of 166.55º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E4CA is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 112 | 228 | 202 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.11 |
| HSL | 166.55º | 0.68% | 0.67% | - |
| HSV(B) | 166.55º | 0.51% | 0.89% | - |
| XYZ | 45.09 | 63.2 | 65.7 | - |
| YUV | 190.35 | 134.57 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 228 | 202 | 0.51 | 0 | 0.11 | 0.11 | 166.55 | 0.68 | 0.67 |
| Hex | 70 | E4 | CA | 33 | 0 | B | B | A7 | 44 | 43 |
| Octal | 160 | 344 | 312 | 63 | 0 | 13 | 13 | 247 | 104 | 103 |
| Binary | 1110000 | 11100100 | 11001010 | 110011 | 0 | 1011 | 1011 | 10100111 | 1000100 | 1000011 |
Color Harmonies of #70E4CA
Complementary color
Monochromatic Colors of #70E4CA
Black with #70E4CA
Text Example
Text Example
White with #70E4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E4CA; }
p { color: rgb(112,228,202); }
H1.HeaderClassName
{
color: #70E4CA;
}
.AnyTagClassName
{
color: #70E4CA;
}
</style>
background-color css
<style>
a { background-color: #70E4CA; }
a { background-color: rgb(112,228,202); }
div.DivClassName
{
background-color: #70E4CA;
}
.BgClassName
{
background-color: #70E4CA;
}
</style>
border-color css
<style>
span { border-color: #70E4CA; }
span { border-color: rgb(112,228,202); }
td.TdClassName
{
border-color: #70E4CA;
}
.TagClassName
{
border-color: #70E4CA;
}
</style>