Shades of Downy #70DDC0
Tints of Downy #70DDC0
RGB
CMYK
RGB Variations
Color information
#70DDC0 (or 0x70DDC0) is known color: Downy. HEX triplet: 70, DD and C0. RGB value is (112,221,192). Sum of RGB (Red+Green+Blue) = 112+221+192=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDC0 is #8F223F. Grayscale: #B9B9B9. Windows color (decimal): -9380416 or 12639600. OLE color: 12639600.
HSL color Cylindrical-coordinate representation of color #70DDC0: hue angle of 164.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDC0 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 192 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.13 |
| HSL | 164.04º | 0.62% | 0.65% | - |
| HSV(B) | 164.04º | 0.49% | 0.87% | - |
| XYZ | 42.05 | 58.96 | 59.03 | - |
| YUV | 185.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 192 | 0.49 | 0 | 0.13 | 0.13 | 164.04 | 0.62 | 0.65 |
| Hex | 70 | DD | C0 | 31 | 0 | D | D | A4 | 3E | 41 |
| Octal | 160 | 335 | 300 | 61 | 0 | 15 | 15 | 244 | 76 | 101 |
| Binary | 1110000 | 11011101 | 11000000 | 110001 | 0 | 1101 | 1101 | 10100100 | 111110 | 1000001 |
Color Harmonies of #70DDC0
Complementary color
Monochromatic Colors of #70DDC0
Black with #70DDC0
Text Example
Text Example
White with #70DDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDC0; }
p { color: rgb(112,221,192); }
H1.HeaderClassName
{
color: #70DDC0;
}
.AnyTagClassName
{
color: #70DDC0;
}
</style>
background-color css
<style>
a { background-color: #70DDC0; }
a { background-color: rgb(112,221,192); }
div.DivClassName
{
background-color: #70DDC0;
}
.BgClassName
{
background-color: #70DDC0;
}
</style>
border-color css
<style>
span { border-color: #70DDC0; }
span { border-color: rgb(112,221,192); }
td.TdClassName
{
border-color: #70DDC0;
}
.TagClassName
{
border-color: #70DDC0;
}
</style>