Shades of Downy #70DBC5
Tints of Downy #70DBC5
RGB
CMYK
RGB Variations
Color information
#70DBC5 (or 0x70DBC5) is known color: Downy. HEX triplet: 70, DB and C5. RGB value is (112,219,197). Sum of RGB (Red+Green+Blue) = 112+219+197=528 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.21% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBC5 is #8F243A. Grayscale: #B8B8B8. Windows color (decimal): -9380923 or 12966768. OLE color: 12966768.
HSL color Cylindrical-coordinate representation of color #70DBC5: hue angle of 167.66º 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 #70DBC5 is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 197 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.14 |
| HSL | 167.66º | 0.6% | 0.65% | - |
| HSV(B) | 167.66º | 0.49% | 0.86% | - |
| XYZ | 42.09 | 58.14 | 61.83 | - |
| YUV | 184.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 197 | 0.49 | 0 | 0.10 | 0.14 | 167.66 | 0.6 | 0.65 |
| Hex | 70 | DB | C5 | 31 | 0 | A | E | A8 | 3C | 41 |
| Octal | 160 | 333 | 305 | 61 | 0 | 12 | 16 | 250 | 74 | 101 |
| Binary | 1110000 | 11011011 | 11000101 | 110001 | 0 | 1010 | 1110 | 10101000 | 111100 | 1000001 |
Color Harmonies of #70DBC5
Complementary color
Monochromatic Colors of #70DBC5
Black with #70DBC5
Text Example
Text Example
White with #70DBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBC5; }
p { color: rgb(112,219,197); }
H1.HeaderClassName
{
color: #70DBC5;
}
.AnyTagClassName
{
color: #70DBC5;
}
</style>
background-color css
<style>
a { background-color: #70DBC5; }
a { background-color: rgb(112,219,197); }
div.DivClassName
{
background-color: #70DBC5;
}
.BgClassName
{
background-color: #70DBC5;
}
</style>
border-color css
<style>
span { border-color: #70DBC5; }
span { border-color: rgb(112,219,197); }
td.TdClassName
{
border-color: #70DBC5;
}
.TagClassName
{
border-color: #70DBC5;
}
</style>