Shades of Downy #70DEC7
Tints of Downy #70DEC7
RGB
CMYK
RGB Variations
Color information
#70DEC7 (or 0x70DEC7) is known color: Downy. HEX triplet: 70, DE and C7. RGB value is (112,222,199). Sum of RGB (Red+Green+Blue) = 112+222+199=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #70DEC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DEC7 is #8F2138. Grayscale: #BABABA. Windows color (decimal): -9380153 or 13098608. OLE color: 13098608.
HSL color Cylindrical-coordinate representation of color #70DEC7: hue angle of 167.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DEC7 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 199 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.13 |
| HSL | 167.45º | 0.63% | 0.65% | - |
| HSV(B) | 167.45º | 0.5% | 0.87% | - |
| XYZ | 43.11 | 59.81 | 63.31 | - |
| YUV | 186.49 | 135.06 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 199 | 0.50 | 0 | 0.10 | 0.13 | 167.45 | 0.63 | 0.65 |
| Hex | 70 | DE | C7 | 32 | 0 | A | D | A7 | 3E | 41 |
| Octal | 160 | 336 | 307 | 62 | 0 | 12 | 15 | 247 | 76 | 101 |
| Binary | 1110000 | 11011110 | 11000111 | 110010 | 0 | 1010 | 1101 | 10100111 | 111110 | 1000001 |
Color Harmonies of #70DEC7
Complementary color
Monochromatic Colors of #70DEC7
Black with #70DEC7
Text Example
Text Example
White with #70DEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DEC7; }
p { color: rgb(112,222,199); }
H1.HeaderClassName
{
color: #70DEC7;
}
.AnyTagClassName
{
color: #70DEC7;
}
</style>
background-color css
<style>
a { background-color: #70DEC7; }
a { background-color: rgb(112,222,199); }
div.DivClassName
{
background-color: #70DEC7;
}
.BgClassName
{
background-color: #70DEC7;
}
</style>
border-color css
<style>
span { border-color: #70DEC7; }
span { border-color: rgb(112,222,199); }
td.TdClassName
{
border-color: #70DEC7;
}
.TagClassName
{
border-color: #70DEC7;
}
</style>