Shades of Downy #70D0BE
Tints of Downy #70D0BE
RGB
CMYK
RGB Variations
Color information
#70D0BE (or 0x70D0BE) is known color: Downy. HEX triplet: 70, D0 and BE. RGB value is (112,208,190). Sum of RGB (Red+Green+Blue) = 112+208+190=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0BE is #8F2F41. Grayscale: #B1B1B1. Windows color (decimal): -9383746 or 12505200. OLE color: 12505200.
HSL color Cylindrical-coordinate representation of color #70D0BE: hue angle of 168.75º 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 #70D0BE is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 190 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.18 |
| HSL | 168.75º | 0.51% | 0.63% | - |
| HSV(B) | 168.75º | 0.46% | 0.82% | - |
| XYZ | 38.53 | 52.27 | 56.77 | - |
| YUV | 177.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 190 | 0.46 | 0 | 0.09 | 0.18 | 168.75 | 0.51 | 0.63 |
| Hex | 70 | D0 | BE | 2E | 0 | 9 | 12 | A9 | 33 | 3F |
| Octal | 160 | 320 | 276 | 56 | 0 | 11 | 22 | 251 | 63 | 77 |
| Binary | 1110000 | 11010000 | 10111110 | 101110 | 0 | 1001 | 10010 | 10101001 | 110011 | 111111 |
Color Harmonies of #70D0BE
Complementary color
Monochromatic Colors of #70D0BE
Black with #70D0BE
Text Example
Text Example
White with #70D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0BE; }
p { color: rgb(112,208,190); }
H1.HeaderClassName
{
color: #70D0BE;
}
.AnyTagClassName
{
color: #70D0BE;
}
</style>
background-color css
<style>
a { background-color: #70D0BE; }
a { background-color: rgb(112,208,190); }
div.DivClassName
{
background-color: #70D0BE;
}
.BgClassName
{
background-color: #70D0BE;
}
</style>
border-color css
<style>
span { border-color: #70D0BE; }
span { border-color: rgb(112,208,190); }
td.TdClassName
{
border-color: #70D0BE;
}
.TagClassName
{
border-color: #70D0BE;
}
</style>