Shades of Downy #70D0C1
Tints of Downy #70D0C1
RGB
CMYK
RGB Variations
Color information
#70D0C1 (or 0x70D0C1) is known color: Downy. HEX triplet: 70, D0 and C1. RGB value is (112,208,193). Sum of RGB (Red+Green+Blue) = 112+208+193=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0C1 is #8F2F3E. Grayscale: #B1B1B1. Windows color (decimal): -9383743 or 12701808. OLE color: 12701808.
HSL color Cylindrical-coordinate representation of color #70D0C1: hue angle of 170.62º 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 #70D0C1 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 193 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.18 |
| HSL | 170.63º | 0.51% | 0.63% | - |
| HSV(B) | 170.63º | 0.46% | 0.82% | - |
| XYZ | 38.86 | 52.41 | 58.52 | - |
| YUV | 177.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 193 | 0.46 | 0 | 0.07 | 0.18 | 170.63 | 0.51 | 0.63 |
| Hex | 70 | D0 | C1 | 2E | 0 | 7 | 12 | AB | 33 | 3F |
| Octal | 160 | 320 | 301 | 56 | 0 | 7 | 22 | 253 | 63 | 77 |
| Binary | 1110000 | 11010000 | 11000001 | 101110 | 0 | 111 | 10010 | 10101011 | 110011 | 111111 |
Color Harmonies of #70D0C1
Complementary color
Monochromatic Colors of #70D0C1
Black with #70D0C1
Text Example
Text Example
White with #70D0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0C1; }
p { color: rgb(112,208,193); }
H1.HeaderClassName
{
color: #70D0C1;
}
.AnyTagClassName
{
color: #70D0C1;
}
</style>
background-color css
<style>
a { background-color: #70D0C1; }
a { background-color: rgb(112,208,193); }
div.DivClassName
{
background-color: #70D0C1;
}
.BgClassName
{
background-color: #70D0C1;
}
</style>
border-color css
<style>
span { border-color: #70D0C1; }
span { border-color: rgb(112,208,193); }
td.TdClassName
{
border-color: #70D0C1;
}
.TagClassName
{
border-color: #70D0C1;
}
</style>