Shades of Downy #70DFD0
Tints of Downy #70DFD0
RGB
CMYK
RGB Variations
Color information
#70DFD0 (or 0x70DFD0) is known color: Downy. HEX triplet: 70, DF and D0. RGB value is (112,223,208). Sum of RGB (Red+Green+Blue) = 112+223+208=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 223 (87.5% from 255 or 41.07% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFD0 is #8F202F. Grayscale: #BCBCBC. Windows color (decimal): -9379888 or 13688688. OLE color: 13688688.
HSL color Cylindrical-coordinate representation of color #70DFD0: hue angle of 171.89º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFD0 is Cyan = 0.50, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 208 | - |
| CMYK | 0.50 | 0 | 0.07 | 0.13 |
| HSL | 171.89º | 0.63% | 0.66% | - |
| HSV(B) | 171.89º | 0.5% | 0.87% | - |
| XYZ | 44.45 | 60.77 | 69.06 | - |
| YUV | 188.1 | 139.23 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 208 | 0.50 | 0 | 0.07 | 0.13 | 171.89 | 0.63 | 0.66 |
| Hex | 70 | DF | D0 | 32 | 0 | 7 | D | AC | 3F | 42 |
| Octal | 160 | 337 | 320 | 62 | 0 | 7 | 15 | 254 | 77 | 102 |
| Binary | 1110000 | 11011111 | 11010000 | 110010 | 0 | 111 | 1101 | 10101100 | 111111 | 1000010 |
Color Harmonies of #70DFD0
Complementary color
Monochromatic Colors of #70DFD0
Black with #70DFD0
Text Example
Text Example
White with #70DFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFD0; }
p { color: rgb(112,223,208); }
H1.HeaderClassName
{
color: #70DFD0;
}
.AnyTagClassName
{
color: #70DFD0;
}
</style>
background-color css
<style>
a { background-color: #70DFD0; }
a { background-color: rgb(112,223,208); }
div.DivClassName
{
background-color: #70DFD0;
}
.BgClassName
{
background-color: #70DFD0;
}
</style>
border-color css
<style>
span { border-color: #70DFD0; }
span { border-color: rgb(112,223,208); }
td.TdClassName
{
border-color: #70DFD0;
}
.TagClassName
{
border-color: #70DFD0;
}
</style>