Shades of Downy #70D2C7
Tints of Downy #70D2C7
RGB
CMYK
RGB Variations
Color information
#70D2C7 (or 0x70D2C7) is known color: Downy. HEX triplet: 70, D2 and C7. RGB value is (112,210,199). Sum of RGB (Red+Green+Blue) = 112+210+199=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 210 (82.42% from 255 or 40.31% from 521); Blue value is 199 (78.12% from 255 or 38.20% from 521); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2C7 is #8F2D38. Grayscale: #B3B3B3. Windows color (decimal): -9383225 or 13095536. OLE color: 13095536.
HSL color Cylindrical-coordinate representation of color #70D2C7: hue angle of 173.27º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D2C7 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 199 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.18 |
| HSL | 173.27º | 0.52% | 0.63% | - |
| HSV(B) | 173.27º | 0.47% | 0.82% | - |
| XYZ | 40.04 | 53.66 | 62.28 | - |
| YUV | 179.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 199 | 0.47 | 0 | 0.05 | 0.18 | 173.27 | 0.52 | 0.63 |
| Hex | 70 | D2 | C7 | 2F | 0 | 5 | 12 | AD | 34 | 3F |
| Octal | 160 | 322 | 307 | 57 | 0 | 5 | 22 | 255 | 64 | 77 |
| Binary | 1110000 | 11010010 | 11000111 | 101111 | 0 | 101 | 10010 | 10101101 | 110100 | 111111 |
Color Harmonies of #70D2C7
Complementary color
Monochromatic Colors of #70D2C7
Black with #70D2C7
Text Example
Text Example
White with #70D2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D2C7; }
p { color: rgb(112,210,199); }
H1.HeaderClassName
{
color: #70D2C7;
}
.AnyTagClassName
{
color: #70D2C7;
}
</style>
background-color css
<style>
a { background-color: #70D2C7; }
a { background-color: rgb(112,210,199); }
div.DivClassName
{
background-color: #70D2C7;
}
.BgClassName
{
background-color: #70D2C7;
}
</style>
border-color css
<style>
span { border-color: #70D2C7; }
span { border-color: rgb(112,210,199); }
td.TdClassName
{
border-color: #70D2C7;
}
.TagClassName
{
border-color: #70D2C7;
}
</style>