Shades of Downy #70DBBC
Tints of Downy #70DBBC
RGB
CMYK
RGB Variations
Color information
#70DBBC (or 0x70DBBC) is known color: Downy. HEX triplet: 70, DB and BC. RGB value is (112,219,188). Sum of RGB (Red+Green+Blue) = 112+219+188=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBBC is #8F2443. Grayscale: #B7B7B7. Windows color (decimal): -9380932 or 12376944. OLE color: 12376944.
HSL color Cylindrical-coordinate representation of color #70DBBC: hue angle of 162.62º 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 #70DBBC is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 188 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.14 |
| HSL | 162.62º | 0.6% | 0.65% | - |
| HSV(B) | 162.62º | 0.49% | 0.86% | - |
| XYZ | 41.09 | 57.74 | 56.56 | - |
| YUV | 183.47 | 130.55 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 188 | 0.49 | 0 | 0.14 | 0.14 | 162.62 | 0.6 | 0.65 |
| Hex | 70 | DB | BC | 31 | 0 | E | E | A3 | 3C | 41 |
| Octal | 160 | 333 | 274 | 61 | 0 | 16 | 16 | 243 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10111100 | 110001 | 0 | 1110 | 1110 | 10100011 | 111100 | 1000001 |
Color Harmonies of #70DBBC
Complementary color
Monochromatic Colors of #70DBBC
Black with #70DBBC
Text Example
Text Example
White with #70DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBBC; }
p { color: rgb(112,219,188); }
H1.HeaderClassName
{
color: #70DBBC;
}
.AnyTagClassName
{
color: #70DBBC;
}
</style>
background-color css
<style>
a { background-color: #70DBBC; }
a { background-color: rgb(112,219,188); }
div.DivClassName
{
background-color: #70DBBC;
}
.BgClassName
{
background-color: #70DBBC;
}
</style>
border-color css
<style>
span { border-color: #70DBBC; }
span { border-color: rgb(112,219,188); }
td.TdClassName
{
border-color: #70DBBC;
}
.TagClassName
{
border-color: #70DBBC;
}
</style>