Shades of Downy #70D3BC
Tints of Downy #70D3BC
RGB
CMYK
RGB Variations
Color information
#70D3BC (or 0x70D3BC) is known color: Downy. HEX triplet: 70, D3 and BC. RGB value is (112,211,188). Sum of RGB (Red+Green+Blue) = 112+211+188=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 211 - color contains mainly: green. Hex color #70D3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D3BC is #8F2C43. Grayscale: #B2B2B2. Windows color (decimal): -9382980 or 12374896. OLE color: 12374896.
HSL color Cylindrical-coordinate representation of color #70D3BC: hue angle of 166.06º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D3BC is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 188 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.17 |
| HSL | 166.06º | 0.53% | 0.63% | - |
| HSV(B) | 166.06º | 0.47% | 0.83% | - |
| XYZ | 39.05 | 53.66 | 55.88 | - |
| YUV | 178.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 188 | 0.47 | 0 | 0.11 | 0.17 | 166.06 | 0.53 | 0.63 |
| Hex | 70 | D3 | BC | 2F | 0 | B | 11 | A6 | 35 | 3F |
| Octal | 160 | 323 | 274 | 57 | 0 | 13 | 21 | 246 | 65 | 77 |
| Binary | 1110000 | 11010011 | 10111100 | 101111 | 0 | 1011 | 10001 | 10100110 | 110101 | 111111 |
Color Harmonies of #70D3BC
Complementary color
Monochromatic Colors of #70D3BC
Black with #70D3BC
Text Example
Text Example
White with #70D3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D3BC; }
p { color: rgb(112,211,188); }
H1.HeaderClassName
{
color: #70D3BC;
}
.AnyTagClassName
{
color: #70D3BC;
}
</style>
background-color css
<style>
a { background-color: #70D3BC; }
a { background-color: rgb(112,211,188); }
div.DivClassName
{
background-color: #70D3BC;
}
.BgClassName
{
background-color: #70D3BC;
}
</style>
border-color css
<style>
span { border-color: #70D3BC; }
span { border-color: rgb(112,211,188); }
td.TdClassName
{
border-color: #70D3BC;
}
.TagClassName
{
border-color: #70D3BC;
}
</style>