Shades of Downy #70DBB9
Tints of Downy #70DBB9
RGB
CMYK
RGB Variations
Color information
#70DBB9 (or 0x70DBB9) is known color: Downy. HEX triplet: 70, DB and B9. RGB value is (112,219,185). Sum of RGB (Red+Green+Blue) = 112+219+185=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 219 (85.94% from 255 or 42.44% from 516); Blue value is 185 (72.66% from 255 or 35.85% from 516); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBB9 is #8F2446. Grayscale: #B7B7B7. Windows color (decimal): -9380935 or 12180336. OLE color: 12180336.
HSL color Cylindrical-coordinate representation of color #70DBB9: hue angle of 160.93º degrees, saturation: 0.6, 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 #70DBB9 is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 185 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.14 |
| HSL | 160.93º | 0.6% | 0.65% | - |
| HSV(B) | 160.93º | 0.49% | 0.86% | - |
| XYZ | 40.77 | 57.61 | 54.87 | - |
| YUV | 183.13 | 129.05 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 185 | 0.49 | 0 | 0.16 | 0.14 | 160.93 | 0.6 | 0.65 |
| Hex | 70 | DB | B9 | 31 | 0 | 10 | E | A1 | 3C | 41 |
| Octal | 160 | 333 | 271 | 61 | 0 | 20 | 16 | 241 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10111001 | 110001 | 0 | 10000 | 1110 | 10100001 | 111100 | 1000001 |
Color Harmonies of #70DBB9
Complementary color
Monochromatic Colors of #70DBB9
Black with #70DBB9
Text Example
Text Example
White with #70DBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBB9; }
p { color: rgb(112,219,185); }
H1.HeaderClassName
{
color: #70DBB9;
}
.AnyTagClassName
{
color: #70DBB9;
}
</style>
background-color css
<style>
a { background-color: #70DBB9; }
a { background-color: rgb(112,219,185); }
div.DivClassName
{
background-color: #70DBB9;
}
.BgClassName
{
background-color: #70DBB9;
}
</style>
border-color css
<style>
span { border-color: #70DBB9; }
span { border-color: rgb(112,219,185); }
td.TdClassName
{
border-color: #70DBB9;
}
.TagClassName
{
border-color: #70DBB9;
}
</style>