Shades of Downy #70D2BB
Tints of Downy #70D2BB
RGB
CMYK
RGB Variations
Color information
#70D2BB (or 0x70D2BB) is known color: Downy. HEX triplet: 70, D2 and BB. RGB value is (112,210,187). Sum of RGB (Red+Green+Blue) = 112+210+187=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #70D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D2BB is #8F2D44. Grayscale: #B2B2B2. Windows color (decimal): -9383237 or 12309104. OLE color: 12309104.
HSL color Cylindrical-coordinate representation of color #70D2BB: hue angle of 165.92º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D2BB is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 210 | 187 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.18 |
| HSL | 165.92º | 0.52% | 0.63% | - |
| HSV(B) | 165.92º | 0.47% | 0.82% | - |
| XYZ | 38.7 | 53.13 | 55.23 | - |
| YUV | 178.08 | 133.03 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 210 | 187 | 0.47 | 0 | 0.11 | 0.18 | 165.92 | 0.52 | 0.63 |
| Hex | 70 | D2 | BB | 2F | 0 | B | 12 | A6 | 34 | 3F |
| Octal | 160 | 322 | 273 | 57 | 0 | 13 | 22 | 246 | 64 | 77 |
| Binary | 1110000 | 11010010 | 10111011 | 101111 | 0 | 1011 | 10010 | 10100110 | 110100 | 111111 |
Color Harmonies of #70D2BB
Complementary color
Monochromatic Colors of #70D2BB
Black with #70D2BB
Text Example
Text Example
White with #70D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D2BB; }
p { color: rgb(112,210,187); }
H1.HeaderClassName
{
color: #70D2BB;
}
.AnyTagClassName
{
color: #70D2BB;
}
</style>
background-color css
<style>
a { background-color: #70D2BB; }
a { background-color: rgb(112,210,187); }
div.DivClassName
{
background-color: #70D2BB;
}
.BgClassName
{
background-color: #70D2BB;
}
</style>
border-color css
<style>
span { border-color: #70D2BB; }
span { border-color: rgb(112,210,187); }
td.TdClassName
{
border-color: #70D2BB;
}
.TagClassName
{
border-color: #70D2BB;
}
</style>