Shades of Downy #70DBD1
Tints of Downy #70DBD1
RGB
CMYK
RGB Variations
Color information
#70DBD1 (or 0x70DBD1) is known color: Downy. HEX triplet: 70, DB and D1. RGB value is (112,219,209). Sum of RGB (Red+Green+Blue) = 112+219+209=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 219 (85.94% from 255 or 40.56% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 219 - color contains mainly: green. Hex color #70DBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DBD1 is #8F242E. Grayscale: #B9B9B9. Windows color (decimal): -9380911 or 13753200. OLE color: 13753200.
HSL color Cylindrical-coordinate representation of color #70DBD1: hue angle of 174.39º 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 #70DBD1 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 219 | 209 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.14 |
| HSL | 174.39º | 0.6% | 0.65% | - |
| HSV(B) | 174.39º | 0.49% | 0.86% | - |
| XYZ | 43.52 | 58.71 | 69.36 | - |
| YUV | 185.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 219 | 209 | 0.49 | 0 | 0.05 | 0.14 | 174.39 | 0.6 | 0.65 |
| Hex | 70 | DB | D1 | 31 | 0 | 5 | E | AE | 3C | 41 |
| Octal | 160 | 333 | 321 | 61 | 0 | 5 | 16 | 256 | 74 | 101 |
| Binary | 1110000 | 11011011 | 11010001 | 110001 | 0 | 101 | 1110 | 10101110 | 111100 | 1000001 |
Color Harmonies of #70DBD1
Complementary color
Monochromatic Colors of #70DBD1
Black with #70DBD1
Text Example
Text Example
White with #70DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DBD1; }
p { color: rgb(112,219,209); }
H1.HeaderClassName
{
color: #70DBD1;
}
.AnyTagClassName
{
color: #70DBD1;
}
</style>
background-color css
<style>
a { background-color: #70DBD1; }
a { background-color: rgb(112,219,209); }
div.DivClassName
{
background-color: #70DBD1;
}
.BgClassName
{
background-color: #70DBD1;
}
</style>
border-color css
<style>
span { border-color: #70DBD1; }
span { border-color: rgb(112,219,209); }
td.TdClassName
{
border-color: #70DBD1;
}
.TagClassName
{
border-color: #70DBD1;
}
</style>