Shades of Downy #70D8BD
Tints of Downy #70D8BD
RGB
CMYK
RGB Variations
Color information
#70D8BD (or 0x70D8BD) is known color: Downy. HEX triplet: 70, D8 and BD. RGB value is (112,216,189). Sum of RGB (Red+Green+Blue) = 112+216+189=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8BD is #8F2742. Grayscale: #B5B5B5. Windows color (decimal): -9381699 or 12441712. OLE color: 12441712.
HSL color Cylindrical-coordinate representation of color #70D8BD: hue angle of 164.42º 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 #70D8BD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 189 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.15 |
| HSL | 164.42º | 0.57% | 0.64% | - |
| HSV(B) | 164.42º | 0.48% | 0.85% | - |
| XYZ | 40.42 | 56.23 | 56.87 | - |
| YUV | 181.83 | 132.04 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 189 | 0.48 | 0 | 0.12 | 0.15 | 164.42 | 0.57 | 0.64 |
| Hex | 70 | D8 | BD | 30 | 0 | C | F | A4 | 39 | 40 |
| Octal | 160 | 330 | 275 | 60 | 0 | 14 | 17 | 244 | 71 | 100 |
| Binary | 1110000 | 11011000 | 10111101 | 110000 | 0 | 1100 | 1111 | 10100100 | 111001 | 1000000 |
Color Harmonies of #70D8BD
Complementary color
Monochromatic Colors of #70D8BD
Black with #70D8BD
Text Example
Text Example
White with #70D8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D8BD; }
p { color: rgb(112,216,189); }
H1.HeaderClassName
{
color: #70D8BD;
}
.AnyTagClassName
{
color: #70D8BD;
}
</style>
background-color css
<style>
a { background-color: #70D8BD; }
a { background-color: rgb(112,216,189); }
div.DivClassName
{
background-color: #70D8BD;
}
.BgClassName
{
background-color: #70D8BD;
}
</style>
border-color css
<style>
span { border-color: #70D8BD; }
span { border-color: rgb(112,216,189); }
td.TdClassName
{
border-color: #70D8BD;
}
.TagClassName
{
border-color: #70D8BD;
}
</style>