Shades of Downy #70D8C1
Tints of Downy #70D8C1
RGB
CMYK
RGB Variations
Color information
#70D8C1 (or 0x70D8C1) is known color: Downy. HEX triplet: 70, D8 and C1. RGB value is (112,216,193). Sum of RGB (Red+Green+Blue) = 112+216+193=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 216 (84.77% from 255 or 41.46% from 521); Blue value is 193 (75.78% from 255 or 37.04% from 521); Max value from RGB is 216 - color contains mainly: green. Hex color #70D8C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D8C1 is #8F273E. Grayscale: #B6B6B6. Windows color (decimal): -9381695 or 12703856. OLE color: 12703856.
HSL color Cylindrical-coordinate representation of color #70D8C1: hue angle of 166.73º 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 #70D8C1 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 112 | 216 | 193 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.15 |
| HSL | 166.73º | 0.57% | 0.64% | - |
| HSV(B) | 166.73º | 0.48% | 0.85% | - |
| XYZ | 40.86 | 56.41 | 59.19 | - |
| YUV | 182.28 | 134.04 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 216 | 193 | 0.48 | 0 | 0.11 | 0.15 | 166.73 | 0.57 | 0.64 |
| Hex | 70 | D8 | C1 | 30 | 0 | B | F | A7 | 39 | 40 |
| Octal | 160 | 330 | 301 | 60 | 0 | 13 | 17 | 247 | 71 | 100 |
| Binary | 1110000 | 11011000 | 11000001 | 110000 | 0 | 1011 | 1111 | 10100111 | 111001 | 1000000 |
Color Harmonies of #70D8C1
Complementary color
Monochromatic Colors of #70D8C1
Black with #70D8C1
Text Example
Text Example
White with #70D8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D8C1; }
p { color: rgb(112,216,193); }
H1.HeaderClassName
{
color: #70D8C1;
}
.AnyTagClassName
{
color: #70D8C1;
}
</style>
background-color css
<style>
a { background-color: #70D8C1; }
a { background-color: rgb(112,216,193); }
div.DivClassName
{
background-color: #70D8C1;
}
.BgClassName
{
background-color: #70D8C1;
}
</style>
border-color css
<style>
span { border-color: #70D8C1; }
span { border-color: rgb(112,216,193); }
td.TdClassName
{
border-color: #70D8C1;
}
.TagClassName
{
border-color: #70D8C1;
}
</style>