Shades of Downy #70D0C6
Tints of Downy #70D0C6
RGB
CMYK
RGB Variations
Color information
#70D0C6 (or 0x70D0C6) is known color: Downy. HEX triplet: 70, D0 and C6. RGB value is (112,208,198). Sum of RGB (Red+Green+Blue) = 112+208+198=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0C6 is #8F2F39. Grayscale: #B2B2B2. Windows color (decimal): -9383738 or 13029488. OLE color: 13029488.
HSL color Cylindrical-coordinate representation of color #70D0C6: hue angle of 173.75º 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 #70D0C6 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 198 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.18 |
| HSL | 173.75º | 0.51% | 0.63% | - |
| HSV(B) | 173.75º | 0.46% | 0.82% | - |
| XYZ | 39.43 | 52.63 | 61.51 | - |
| YUV | 178.16 | 139.2 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 198 | 0.46 | 0 | 0.05 | 0.18 | 173.75 | 0.51 | 0.63 |
| Hex | 70 | D0 | C6 | 2E | 0 | 5 | 12 | AE | 33 | 3F |
| Octal | 160 | 320 | 306 | 56 | 0 | 5 | 22 | 256 | 63 | 77 |
| Binary | 1110000 | 11010000 | 11000110 | 101110 | 0 | 101 | 10010 | 10101110 | 110011 | 111111 |
Color Harmonies of #70D0C6
Complementary color
Monochromatic Colors of #70D0C6
Black with #70D0C6
Text Example
Text Example
White with #70D0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0C6; }
p { color: rgb(112,208,198); }
H1.HeaderClassName
{
color: #70D0C6;
}
.AnyTagClassName
{
color: #70D0C6;
}
</style>
background-color css
<style>
a { background-color: #70D0C6; }
a { background-color: rgb(112,208,198); }
div.DivClassName
{
background-color: #70D0C6;
}
.BgClassName
{
background-color: #70D0C6;
}
</style>
border-color css
<style>
span { border-color: #70D0C6; }
span { border-color: rgb(112,208,198); }
td.TdClassName
{
border-color: #70D0C6;
}
.TagClassName
{
border-color: #70D0C6;
}
</style>