Shades of Downy #70DCC5
Tints of Downy #70DCC5
RGB
CMYK
RGB Variations
Color information
#70DCC5 (or 0x70DCC5) is known color: Downy. HEX triplet: 70, DC and C5. RGB value is (112,220,197). Sum of RGB (Red+Green+Blue) = 112+220+197=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCC5 is #8F233A. Grayscale: #B9B9B9. Windows color (decimal): -9380667 or 12967024. OLE color: 12967024.
HSL color Cylindrical-coordinate representation of color #70DCC5: hue angle of 167.22º 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 #70DCC5 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 197 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.14 |
| HSL | 167.22º | 0.61% | 0.65% | - |
| HSV(B) | 167.22º | 0.49% | 0.86% | - |
| XYZ | 42.35 | 58.66 | 61.91 | - |
| YUV | 185.09 | 134.72 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 197 | 0.49 | 0 | 0.10 | 0.14 | 167.22 | 0.61 | 0.65 |
| Hex | 70 | DC | C5 | 31 | 0 | A | E | A7 | 3D | 41 |
| Octal | 160 | 334 | 305 | 61 | 0 | 12 | 16 | 247 | 75 | 101 |
| Binary | 1110000 | 11011100 | 11000101 | 110001 | 0 | 1010 | 1110 | 10100111 | 111101 | 1000001 |
Color Harmonies of #70DCC5
Complementary color
Monochromatic Colors of #70DCC5
Black with #70DCC5
Text Example
Text Example
White with #70DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCC5; }
p { color: rgb(112,220,197); }
H1.HeaderClassName
{
color: #70DCC5;
}
.AnyTagClassName
{
color: #70DCC5;
}
</style>
background-color css
<style>
a { background-color: #70DCC5; }
a { background-color: rgb(112,220,197); }
div.DivClassName
{
background-color: #70DCC5;
}
.BgClassName
{
background-color: #70DCC5;
}
</style>
border-color css
<style>
span { border-color: #70DCC5; }
span { border-color: rgb(112,220,197); }
td.TdClassName
{
border-color: #70DCC5;
}
.TagClassName
{
border-color: #70DCC5;
}
</style>