Shades of Downy #70DCC2
Tints of Downy #70DCC2
RGB
CMYK
RGB Variations
Color information
#70DCC2 (or 0x70DCC2) is known color: Downy. HEX triplet: 70, DC and C2. RGB value is (112,220,194). Sum of RGB (Red+Green+Blue) = 112+220+194=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 220 (86.33% from 255 or 41.83% from 526); Blue value is 194 (76.17% from 255 or 36.88% from 526); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCC2 is #8F233D. Grayscale: #B8B8B8. Windows color (decimal): -9380670 or 12770416. OLE color: 12770416.
HSL color Cylindrical-coordinate representation of color #70DCC2: hue angle of 165.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCC2 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 194 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.14 |
| HSL | 165.56º | 0.61% | 0.65% | - |
| HSV(B) | 165.56º | 0.49% | 0.86% | - |
| XYZ | 42.01 | 58.53 | 60.12 | - |
| YUV | 184.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 194 | 0.49 | 0 | 0.12 | 0.14 | 165.56 | 0.61 | 0.65 |
| Hex | 70 | DC | C2 | 31 | 0 | C | E | A6 | 3D | 41 |
| Octal | 160 | 334 | 302 | 61 | 0 | 14 | 16 | 246 | 75 | 101 |
| Binary | 1110000 | 11011100 | 11000010 | 110001 | 0 | 1100 | 1110 | 10100110 | 111101 | 1000001 |
Color Harmonies of #70DCC2
Complementary color
Monochromatic Colors of #70DCC2
Black with #70DCC2
Text Example
Text Example
White with #70DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCC2; }
p { color: rgb(112,220,194); }
H1.HeaderClassName
{
color: #70DCC2;
}
.AnyTagClassName
{
color: #70DCC2;
}
</style>
background-color css
<style>
a { background-color: #70DCC2; }
a { background-color: rgb(112,220,194); }
div.DivClassName
{
background-color: #70DCC2;
}
.BgClassName
{
background-color: #70DCC2;
}
</style>
border-color css
<style>
span { border-color: #70DCC2; }
span { border-color: rgb(112,220,194); }
td.TdClassName
{
border-color: #70DCC2;
}
.TagClassName
{
border-color: #70DCC2;
}
</style>