Shades of Downy #70D8BC
Tints of Downy #70D8BC
RGB
CMYK
RGB Variations
Color information
#70D8BC (or 0x70D8BC) is known color: Downy. HEX triplet: 70, D8 and BC. RGB value is (112,216,188). Sum of RGB (Red+Green+Blue) = 112+216+188=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8BC is #8F2743. Grayscale: #B5B5B5. Windows color (decimal): -9381700 or 12376176. OLE color: 12376176.
HSL color Cylindrical-coordinate representation of color #70D8BC: hue angle of 163.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D8BC is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 188 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.15 |
| HSL | 163.85º | 0.57% | 0.64% | - |
| HSV(B) | 163.85º | 0.48% | 0.85% | - |
| XYZ | 40.32 | 56.19 | 56.3 | - |
| YUV | 181.71 | 131.54 | 78.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 188 | 0.48 | 0 | 0.13 | 0.15 | 163.85 | 0.57 | 0.64 |
| Hex | 70 | D8 | BC | 30 | 0 | D | F | A4 | 39 | 40 |
| Octal | 160 | 330 | 274 | 60 | 0 | 15 | 17 | 244 | 71 | 100 |
| Binary | 1110000 | 11011000 | 10111100 | 110000 | 0 | 1101 | 1111 | 10100100 | 111001 | 1000000 |
Color Harmonies of #70D8BC
Complementary color
Monochromatic Colors of #70D8BC
Black with #70D8BC
Text Example
Text Example
White with #70D8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D8BC; }
p { color: rgb(112,216,188); }
H1.HeaderClassName
{
color: #70D8BC;
}
.AnyTagClassName
{
color: #70D8BC;
}
</style>
background-color css
<style>
a { background-color: #70D8BC; }
a { background-color: rgb(112,216,188); }
div.DivClassName
{
background-color: #70D8BC;
}
.BgClassName
{
background-color: #70D8BC;
}
</style>
border-color css
<style>
span { border-color: #70D8BC; }
span { border-color: rgb(112,216,188); }
td.TdClassName
{
border-color: #70D8BC;
}
.TagClassName
{
border-color: #70D8BC;
}
</style>