Shades of Downy #70DDB5
Tints of Downy #70DDB5
RGB
CMYK
RGB Variations
Color information
#70DDB5 (or 0x70DDB5) is known color: Downy. HEX triplet: 70, DD and B5. RGB value is (112,221,181). Sum of RGB (Red+Green+Blue) = 112+221+181=514 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.79% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 181 (71.09% from 255 or 35.21% from 514); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDB5 is #8F224A. Grayscale: #B7B7B7. Windows color (decimal): -9380427 or 11918704. OLE color: 11918704.
HSL color Cylindrical-coordinate representation of color #70DDB5: hue angle of 157.98º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDB5 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 181 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.13 |
| HSL | 157.98º | 0.62% | 0.65% | - |
| HSV(B) | 157.98º | 0.49% | 0.87% | - |
| XYZ | 40.88 | 58.49 | 52.85 | - |
| YUV | 183.85 | 126.39 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 181 | 0.49 | 0 | 0.18 | 0.13 | 157.98 | 0.62 | 0.65 |
| Hex | 70 | DD | B5 | 31 | 0 | 12 | D | 9E | 3E | 41 |
| Octal | 160 | 335 | 265 | 61 | 0 | 22 | 15 | 236 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10110101 | 110001 | 0 | 10010 | 1101 | 10011110 | 111110 | 1000001 |
Color Harmonies of #70DDB5
Complementary color
Monochromatic Colors of #70DDB5
Black with #70DDB5
Text Example
Text Example
White with #70DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDB5; }
p { color: rgb(112,221,181); }
H1.HeaderClassName
{
color: #70DDB5;
}
.AnyTagClassName
{
color: #70DDB5;
}
</style>
background-color css
<style>
a { background-color: #70DDB5; }
a { background-color: rgb(112,221,181); }
div.DivClassName
{
background-color: #70DDB5;
}
.BgClassName
{
background-color: #70DDB5;
}
</style>
border-color css
<style>
span { border-color: #70DDB5; }
span { border-color: rgb(112,221,181); }
td.TdClassName
{
border-color: #70DDB5;
}
.TagClassName
{
border-color: #70DDB5;
}
</style>