Shades of Downy #70D0BA
Tints of Downy #70D0BA
RGB
CMYK
RGB Variations
Color information
#70D0BA (or 0x70D0BA) is known color: Downy. HEX triplet: 70, D0 and BA. RGB value is (112,208,186). Sum of RGB (Red+Green+Blue) = 112+208+186=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 208 (81.64% from 255 or 41.11% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0BA is #8F2F45. Grayscale: #B0B0B0. Windows color (decimal): -9383750 or 12243056. OLE color: 12243056.
HSL color Cylindrical-coordinate representation of color #70D0BA: hue angle of 166.25º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D0BA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 186 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.18 |
| HSL | 166.25º | 0.51% | 0.63% | - |
| HSV(B) | 166.25º | 0.46% | 0.82% | - |
| XYZ | 38.1 | 52.1 | 54.5 | - |
| YUV | 176.79 | 133.2 | 81.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 186 | 0.46 | 0 | 0.11 | 0.18 | 166.25 | 0.51 | 0.63 |
| Hex | 70 | D0 | BA | 2E | 0 | B | 12 | A6 | 33 | 3F |
| Octal | 160 | 320 | 272 | 56 | 0 | 13 | 22 | 246 | 63 | 77 |
| Binary | 1110000 | 11010000 | 10111010 | 101110 | 0 | 1011 | 10010 | 10100110 | 110011 | 111111 |
Color Harmonies of #70D0BA
Complementary color
Monochromatic Colors of #70D0BA
Black with #70D0BA
Text Example
Text Example
White with #70D0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0BA; }
p { color: rgb(112,208,186); }
H1.HeaderClassName
{
color: #70D0BA;
}
.AnyTagClassName
{
color: #70D0BA;
}
</style>
background-color css
<style>
a { background-color: #70D0BA; }
a { background-color: rgb(112,208,186); }
div.DivClassName
{
background-color: #70D0BA;
}
.BgClassName
{
background-color: #70D0BA;
}
</style>
border-color css
<style>
span { border-color: #70D0BA; }
span { border-color: rgb(112,208,186); }
td.TdClassName
{
border-color: #70D0BA;
}
.TagClassName
{
border-color: #70D0BA;
}
</style>