Shades of Downy #70DBBD
Tints of Downy #70DBBD
RGB
CMYK
RGB Variations
Color information
#70DBBD (or 0x70DBBD) is known color: Downy. HEX triplet: 70, DB and BD. RGB value is (112,219,189). Sum of RGB (Red+Green+Blue) = 112+219+189=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 219 (85.94% from 255 or 42.12% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBBD is #8F2442. Grayscale: #B7B7B7. Windows color (decimal): -9380931 or 12442480. OLE color: 12442480.
HSL color Cylindrical-coordinate representation of color #70DBBD: hue angle of 163.18º 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 #70DBBD is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 189 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.14 |
| HSL | 163.18º | 0.6% | 0.65% | - |
| HSV(B) | 163.18º | 0.49% | 0.86% | - |
| XYZ | 41.2 | 57.78 | 57.13 | - |
| YUV | 183.59 | 131.05 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 189 | 0.49 | 0 | 0.14 | 0.14 | 163.18 | 0.6 | 0.65 |
| Hex | 70 | DB | BD | 31 | 0 | E | E | A3 | 3C | 41 |
| Octal | 160 | 333 | 275 | 61 | 0 | 16 | 16 | 243 | 74 | 101 |
| Binary | 1110000 | 11011011 | 10111101 | 110001 | 0 | 1110 | 1110 | 10100011 | 111100 | 1000001 |
Color Harmonies of #70DBBD
Complementary color
Monochromatic Colors of #70DBBD
Black with #70DBBD
Text Example
Text Example
White with #70DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBBD; }
p { color: rgb(112,219,189); }
H1.HeaderClassName
{
color: #70DBBD;
}
.AnyTagClassName
{
color: #70DBBD;
}
</style>
background-color css
<style>
a { background-color: #70DBBD; }
a { background-color: rgb(112,219,189); }
div.DivClassName
{
background-color: #70DBBD;
}
.BgClassName
{
background-color: #70DBBD;
}
</style>
border-color css
<style>
span { border-color: #70DBBD; }
span { border-color: rgb(112,219,189); }
td.TdClassName
{
border-color: #70DBBD;
}
.TagClassName
{
border-color: #70DBBD;
}
</style>