Shades of Downy #70DAC0
Tints of Downy #70DAC0
RGB
CMYK
RGB Variations
Color information
#70DAC0 (or 0x70DAC0) is known color: Downy. HEX triplet: 70, DA and C0. RGB value is (112,218,192). Sum of RGB (Red+Green+Blue) = 112+218+192=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 218 (85.55% from 255 or 41.76% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAC0 is #8F253F. Grayscale: #B7B7B7. Windows color (decimal): -9381184 or 12638832. OLE color: 12638832.
HSL color Cylindrical-coordinate representation of color #70DAC0: hue angle of 165.28º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DAC0 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 192 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.15 |
| HSL | 165.28º | 0.59% | 0.65% | - |
| HSV(B) | 165.28º | 0.49% | 0.85% | - |
| XYZ | 41.27 | 57.39 | 58.77 | - |
| YUV | 183.34 | 132.88 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 192 | 0.49 | 0 | 0.12 | 0.15 | 165.28 | 0.59 | 0.65 |
| Hex | 70 | DA | C0 | 31 | 0 | C | F | A5 | 3B | 41 |
| Octal | 160 | 332 | 300 | 61 | 0 | 14 | 17 | 245 | 73 | 101 |
| Binary | 1110000 | 11011010 | 11000000 | 110001 | 0 | 1100 | 1111 | 10100101 | 111011 | 1000001 |
Color Harmonies of #70DAC0
Complementary color
Monochromatic Colors of #70DAC0
Black with #70DAC0
Text Example
Text Example
White with #70DAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DAC0; }
p { color: rgb(112,218,192); }
H1.HeaderClassName
{
color: #70DAC0;
}
.AnyTagClassName
{
color: #70DAC0;
}
</style>
background-color css
<style>
a { background-color: #70DAC0; }
a { background-color: rgb(112,218,192); }
div.DivClassName
{
background-color: #70DAC0;
}
.BgClassName
{
background-color: #70DAC0;
}
</style>
border-color css
<style>
span { border-color: #70DAC0; }
span { border-color: rgb(112,218,192); }
td.TdClassName
{
border-color: #70DAC0;
}
.TagClassName
{
border-color: #70DAC0;
}
</style>