Shades of Downy #70DDD1
Tints of Downy #70DDD1
RGB
CMYK
RGB Variations
Color information
#70DDD1 (or 0x70DDD1) is known color: Downy. HEX triplet: 70, DD and D1. RGB value is (112,221,209). Sum of RGB (Red+Green+Blue) = 112+221+209=542 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.66% from 542); Green value is 221 (86.72% from 255 or 40.77% from 542); Blue value is 209 (82.03% from 255 or 38.56% from 542); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD1 is #8F222E. Grayscale: #BABABA. Windows color (decimal): -9380399 or 13753712. OLE color: 13753712.
HSL color Cylindrical-coordinate representation of color #70DDD1: hue angle of 173.39º 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 #70DDD1 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 209 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.13 |
| HSL | 173.39º | 0.62% | 0.65% | - |
| HSV(B) | 173.39º | 0.49% | 0.87% | - |
| XYZ | 44.05 | 59.76 | 69.54 | - |
| YUV | 187.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 209 | 0.49 | 0 | 0.05 | 0.13 | 173.39 | 0.62 | 0.65 |
| Hex | 70 | DD | D1 | 31 | 0 | 5 | D | AD | 3E | 41 |
| Octal | 160 | 335 | 321 | 61 | 0 | 5 | 15 | 255 | 76 | 101 |
| Binary | 1110000 | 11011101 | 11010001 | 110001 | 0 | 101 | 1101 | 10101101 | 111110 | 1000001 |
Color Harmonies of #70DDD1
Complementary color
Monochromatic Colors of #70DDD1
Black with #70DDD1
Text Example
Text Example
White with #70DDD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDD1; }
p { color: rgb(112,221,209); }
H1.HeaderClassName
{
color: #70DDD1;
}
.AnyTagClassName
{
color: #70DDD1;
}
</style>
background-color css
<style>
a { background-color: #70DDD1; }
a { background-color: rgb(112,221,209); }
div.DivClassName
{
background-color: #70DDD1;
}
.BgClassName
{
background-color: #70DDD1;
}
</style>
border-color css
<style>
span { border-color: #70DDD1; }
span { border-color: rgb(112,221,209); }
td.TdClassName
{
border-color: #70DDD1;
}
.TagClassName
{
border-color: #70DDD1;
}
</style>