Shades of Downy #70DCC4
Tints of Downy #70DCC4
RGB
CMYK
RGB Variations
Color information
#70DCC4 (or 0x70DCC4) is known color: Downy. HEX triplet: 70, DC and C4. RGB value is (112,220,196). Sum of RGB (Red+Green+Blue) = 112+220+196=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCC4 is #8F233B. Grayscale: #B8B8B8. Windows color (decimal): -9380668 or 12901488. OLE color: 12901488.
HSL color Cylindrical-coordinate representation of color #70DCC4: hue angle of 166.67º 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 #70DCC4 is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 196 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.14 |
| HSL | 166.67º | 0.61% | 0.65% | - |
| HSV(B) | 166.67º | 0.49% | 0.86% | - |
| XYZ | 42.24 | 58.62 | 61.31 | - |
| YUV | 184.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 196 | 0.49 | 0 | 0.11 | 0.14 | 166.67 | 0.61 | 0.65 |
| Hex | 70 | DC | C4 | 31 | 0 | B | E | A7 | 3D | 41 |
| Octal | 160 | 334 | 304 | 61 | 0 | 13 | 16 | 247 | 75 | 101 |
| Binary | 1110000 | 11011100 | 11000100 | 110001 | 0 | 1011 | 1110 | 10100111 | 111101 | 1000001 |
Color Harmonies of #70DCC4
Complementary color
Monochromatic Colors of #70DCC4
Black with #70DCC4
Text Example
Text Example
White with #70DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCC4; }
p { color: rgb(112,220,196); }
H1.HeaderClassName
{
color: #70DCC4;
}
.AnyTagClassName
{
color: #70DCC4;
}
</style>
background-color css
<style>
a { background-color: #70DCC4; }
a { background-color: rgb(112,220,196); }
div.DivClassName
{
background-color: #70DCC4;
}
.BgClassName
{
background-color: #70DCC4;
}
</style>
border-color css
<style>
span { border-color: #70DCC4; }
span { border-color: rgb(112,220,196); }
td.TdClassName
{
border-color: #70DCC4;
}
.TagClassName
{
border-color: #70DCC4;
}
</style>