Shades of Downy #70DCB8
Tints of Downy #70DCB8
RGB
CMYK
RGB Variations
Color information
#70DCB8 (or 0x70DCB8) is known color: Downy. HEX triplet: 70, DC and B8. RGB value is (112,220,184). Sum of RGB (Red+Green+Blue) = 112+220+184=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 184 (72.27% from 255 or 35.66% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCB8 is #8F2347. Grayscale: #B7B7B7. Windows color (decimal): -9380680 or 12115056. OLE color: 12115056.
HSL color Cylindrical-coordinate representation of color #70DCB8: hue angle of 160º 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 #70DCB8 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 184 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.14 |
| HSL | 160º | 0.61% | 0.65% | - |
| HSV(B) | 160º | 0.49% | 0.86% | - |
| XYZ | 40.93 | 58.09 | 54.4 | - |
| YUV | 183.6 | 128.22 | 76.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 184 | 0.49 | 0 | 0.16 | 0.14 | 160 | 0.61 | 0.65 |
| Hex | 70 | DC | B8 | 31 | 0 | 10 | E | A0 | 3D | 41 |
| Octal | 160 | 334 | 270 | 61 | 0 | 20 | 16 | 240 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10111000 | 110001 | 0 | 10000 | 1110 | 10100000 | 111101 | 1000001 |
Color Harmonies of #70DCB8
Complementary color
Monochromatic Colors of #70DCB8
Black with #70DCB8
Text Example
Text Example
White with #70DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCB8; }
p { color: rgb(112,220,184); }
H1.HeaderClassName
{
color: #70DCB8;
}
.AnyTagClassName
{
color: #70DCB8;
}
</style>
background-color css
<style>
a { background-color: #70DCB8; }
a { background-color: rgb(112,220,184); }
div.DivClassName
{
background-color: #70DCB8;
}
.BgClassName
{
background-color: #70DCB8;
}
</style>
border-color css
<style>
span { border-color: #70DCB8; }
span { border-color: rgb(112,220,184); }
td.TdClassName
{
border-color: #70DCB8;
}
.TagClassName
{
border-color: #70DCB8;
}
</style>