Shades of Downy #70D2CD
Tints of Downy #70D2CD
RGB
CMYK
RGB Variations
Color information
#70D2CD (or 0x70D2CD) is known color: Downy. HEX triplet: 70, D2 and CD. RGB value is (112,210,205). Sum of RGB (Red+Green+Blue) = 112+210+205=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 210 (82.42% from 255 or 39.85% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2CD is #8F2D32. Grayscale: #B4B4B4. Windows color (decimal): -9383219 or 13488752. OLE color: 13488752.
HSL color Cylindrical-coordinate representation of color #70D2CD: hue angle of 176.94º 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 #70D2CD is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 205 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.18 |
| HSL | 176.94º | 0.52% | 0.63% | - |
| HSV(B) | 176.94º | 0.47% | 0.82% | - |
| XYZ | 40.75 | 53.95 | 66.02 | - |
| YUV | 180.13 | 142.03 | 79.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 205 | 0.47 | 0 | 0.02 | 0.18 | 176.94 | 0.52 | 0.63 |
| Hex | 70 | D2 | CD | 2F | 0 | 2 | 12 | B1 | 34 | 3F |
| Octal | 160 | 322 | 315 | 57 | 0 | 2 | 22 | 261 | 64 | 77 |
| Binary | 1110000 | 11010010 | 11001101 | 101111 | 0 | 10 | 10010 | 10110001 | 110100 | 111111 |
Color Harmonies of #70D2CD
Complementary color
Monochromatic Colors of #70D2CD
Black with #70D2CD
Text Example
Text Example
White with #70D2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D2CD; }
p { color: rgb(112,210,205); }
H1.HeaderClassName
{
color: #70D2CD;
}
.AnyTagClassName
{
color: #70D2CD;
}
</style>
background-color css
<style>
a { background-color: #70D2CD; }
a { background-color: rgb(112,210,205); }
div.DivClassName
{
background-color: #70D2CD;
}
.BgClassName
{
background-color: #70D2CD;
}
</style>
border-color css
<style>
span { border-color: #70D2CD; }
span { border-color: rgb(112,210,205); }
td.TdClassName
{
border-color: #70D2CD;
}
.TagClassName
{
border-color: #70D2CD;
}
</style>