Shades of Downy #70D3CB
Tints of Downy #70D3CB
RGB
CMYK
RGB Variations
Color information
#70D3CB (or 0x70D3CB) is known color: Downy. HEX triplet: 70, D3 and CB. RGB value is (112,211,203). Sum of RGB (Red+Green+Blue) = 112+211+203=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 211 (82.81% from 255 or 40.11% from 526); Blue value is 203 (79.69% from 255 or 38.59% from 526); Max value from RGB is 211 - color contains mainly: green. Hex color #70D3CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D3CB is #8F2C34. Grayscale: #B4B4B4. Windows color (decimal): -9382965 or 13357936. OLE color: 13357936.
HSL color Cylindrical-coordinate representation of color #70D3CB: hue angle of 175.15º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D3CB is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 112 | 211 | 203 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.17 |
| HSL | 175.15º | 0.53% | 0.63% | - |
| HSV(B) | 175.15º | 0.47% | 0.83% | - |
| XYZ | 40.76 | 54.35 | 64.84 | - |
| YUV | 180.49 | 140.7 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 211 | 203 | 0.47 | 0 | 0.04 | 0.17 | 175.15 | 0.53 | 0.63 |
| Hex | 70 | D3 | CB | 2F | 0 | 4 | 11 | AF | 35 | 3F |
| Octal | 160 | 323 | 313 | 57 | 0 | 4 | 21 | 257 | 65 | 77 |
| Binary | 1110000 | 11010011 | 11001011 | 101111 | 0 | 100 | 10001 | 10101111 | 110101 | 111111 |
Color Harmonies of #70D3CB
Complementary color
Monochromatic Colors of #70D3CB
Black with #70D3CB
Text Example
Text Example
White with #70D3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D3CB; }
p { color: rgb(112,211,203); }
H1.HeaderClassName
{
color: #70D3CB;
}
.AnyTagClassName
{
color: #70D3CB;
}
</style>
background-color css
<style>
a { background-color: #70D3CB; }
a { background-color: rgb(112,211,203); }
div.DivClassName
{
background-color: #70D3CB;
}
.BgClassName
{
background-color: #70D3CB;
}
</style>
border-color css
<style>
span { border-color: #70D3CB; }
span { border-color: rgb(112,211,203); }
td.TdClassName
{
border-color: #70D3CB;
}
.TagClassName
{
border-color: #70D3CB;
}
</style>