Shades of Downy #70DAD0
Tints of Downy #70DAD0
RGB
CMYK
RGB Variations
Color information
#70DAD0 (or 0x70DAD0) is known color: Downy. HEX triplet: 70, DA and D0. RGB value is (112,218,208). Sum of RGB (Red+Green+Blue) = 112+218+208=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 218 (85.55% from 255 or 40.52% from 538); Blue value is 208 (81.64% from 255 or 38.66% from 538); Max value from RGB is 218 - color contains mainly: green. Hex color #70DAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DAD0 is #8F252F. Grayscale: #B9B9B9. Windows color (decimal): -9381168 or 13687408. OLE color: 13687408.
HSL color Cylindrical-coordinate representation of color #70DAD0: hue angle of 174.34º 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 #70DAD0 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 218 | 208 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.15 |
| HSL | 174.34º | 0.59% | 0.65% | - |
| HSV(B) | 174.34º | 0.49% | 0.85% | - |
| XYZ | 43.14 | 58.14 | 68.62 | - |
| YUV | 185.17 | 140.88 | 75.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 218 | 208 | 0.49 | 0 | 0.05 | 0.15 | 174.34 | 0.59 | 0.65 |
| Hex | 70 | DA | D0 | 31 | 0 | 5 | F | AE | 3B | 41 |
| Octal | 160 | 332 | 320 | 61 | 0 | 5 | 17 | 256 | 73 | 101 |
| Binary | 1110000 | 11011010 | 11010000 | 110001 | 0 | 101 | 1111 | 10101110 | 111011 | 1000001 |
Color Harmonies of #70DAD0
Complementary color
Monochromatic Colors of #70DAD0
Black with #70DAD0
Text Example
Text Example
White with #70DAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DAD0; }
p { color: rgb(112,218,208); }
H1.HeaderClassName
{
color: #70DAD0;
}
.AnyTagClassName
{
color: #70DAD0;
}
</style>
background-color css
<style>
a { background-color: #70DAD0; }
a { background-color: rgb(112,218,208); }
div.DivClassName
{
background-color: #70DAD0;
}
.BgClassName
{
background-color: #70DAD0;
}
</style>
border-color css
<style>
span { border-color: #70DAD0; }
span { border-color: rgb(112,218,208); }
td.TdClassName
{
border-color: #70DAD0;
}
.TagClassName
{
border-color: #70DAD0;
}
</style>