Shades of Downy #70D0C5
Tints of Downy #70D0C5
RGB
CMYK
RGB Variations
Color information
#70D0C5 (or 0x70D0C5) is known color: Downy. HEX triplet: 70, D0 and C5. RGB value is (112,208,197). Sum of RGB (Red+Green+Blue) = 112+208+197=517 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.66% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 197 (77.34% from 255 or 38.10% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0C5 is #8F2F3A. Grayscale: #B1B1B1. Windows color (decimal): -9383739 or 12963952. OLE color: 12963952.
HSL color Cylindrical-coordinate representation of color #70D0C5: hue angle of 173.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D0C5 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 197 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.18 |
| HSL | 173.13º | 0.51% | 0.63% | - |
| HSV(B) | 173.13º | 0.46% | 0.82% | - |
| XYZ | 39.32 | 52.59 | 60.9 | - |
| YUV | 178.04 | 138.7 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 197 | 0.46 | 0 | 0.05 | 0.18 | 173.13 | 0.51 | 0.63 |
| Hex | 70 | D0 | C5 | 2E | 0 | 5 | 12 | AD | 33 | 3F |
| Octal | 160 | 320 | 305 | 56 | 0 | 5 | 22 | 255 | 63 | 77 |
| Binary | 1110000 | 11010000 | 11000101 | 101110 | 0 | 101 | 10010 | 10101101 | 110011 | 111111 |
Color Harmonies of #70D0C5
Complementary color
Monochromatic Colors of #70D0C5
Black with #70D0C5
Text Example
Text Example
White with #70D0C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0C5; }
p { color: rgb(112,208,197); }
H1.HeaderClassName
{
color: #70D0C5;
}
.AnyTagClassName
{
color: #70D0C5;
}
</style>
background-color css
<style>
a { background-color: #70D0C5; }
a { background-color: rgb(112,208,197); }
div.DivClassName
{
background-color: #70D0C5;
}
.BgClassName
{
background-color: #70D0C5;
}
</style>
border-color css
<style>
span { border-color: #70D0C5; }
span { border-color: rgb(112,208,197); }
td.TdClassName
{
border-color: #70D0C5;
}
.TagClassName
{
border-color: #70D0C5;
}
</style>