Shades of Downy #70D6BD
Tints of Downy #70D6BD
RGB
CMYK
RGB Variations
Color information
#70D6BD (or 0x70D6BD) is known color: Downy. HEX triplet: 70, D6 and BD. RGB value is (112,214,189). Sum of RGB (Red+Green+Blue) = 112+214+189=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D6BD is #8F2942. Grayscale: #B4B4B4. Windows color (decimal): -9382211 or 12441200. OLE color: 12441200.
HSL color Cylindrical-coordinate representation of color #70D6BD: hue angle of 165.29º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D6BD is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 189 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.16 |
| HSL | 165.29º | 0.55% | 0.64% | - |
| HSV(B) | 165.29º | 0.48% | 0.84% | - |
| XYZ | 39.91 | 55.21 | 56.7 | - |
| YUV | 180.65 | 132.71 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 189 | 0.48 | 0 | 0.12 | 0.16 | 165.29 | 0.55 | 0.64 |
| Hex | 70 | D6 | BD | 30 | 0 | C | 10 | A5 | 37 | 40 |
| Octal | 160 | 326 | 275 | 60 | 0 | 14 | 20 | 245 | 67 | 100 |
| Binary | 1110000 | 11010110 | 10111101 | 110000 | 0 | 1100 | 10000 | 10100101 | 110111 | 1000000 |
Color Harmonies of #70D6BD
Complementary color
Monochromatic Colors of #70D6BD
Black with #70D6BD
Text Example
Text Example
White with #70D6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D6BD; }
p { color: rgb(112,214,189); }
H1.HeaderClassName
{
color: #70D6BD;
}
.AnyTagClassName
{
color: #70D6BD;
}
</style>
background-color css
<style>
a { background-color: #70D6BD; }
a { background-color: rgb(112,214,189); }
div.DivClassName
{
background-color: #70D6BD;
}
.BgClassName
{
background-color: #70D6BD;
}
</style>
border-color css
<style>
span { border-color: #70D6BD; }
span { border-color: rgb(112,214,189); }
td.TdClassName
{
border-color: #70D6BD;
}
.TagClassName
{
border-color: #70D6BD;
}
</style>