Shades of Downy #70DDD2
Tints of Downy #70DDD2
RGB
CMYK
RGB Variations
Color information
#70DDD2 (or 0x70DDD2) is known color: Downy. HEX triplet: 70, DD and D2. RGB value is (112,221,210). Sum of RGB (Red+Green+Blue) = 112+221+210=543 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.63% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 210 (82.42% from 255 or 38.67% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDD2 is #8F222D. Grayscale: #BBBBBB. Windows color (decimal): -9380398 or 13819248. OLE color: 13819248.
HSL color Cylindrical-coordinate representation of color #70DDD2: hue angle of 173.94º 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 #70DDD2 is Cyan = 0.49, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 210 | - |
| CMYK | 0.49 | 0 | 0.05 | 0.13 |
| HSL | 173.95º | 0.62% | 0.65% | - |
| HSV(B) | 173.95º | 0.49% | 0.87% | - |
| XYZ | 44.17 | 59.81 | 70.19 | - |
| YUV | 187.16 | 140.89 | 74.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 210 | 0.49 | 0 | 0.05 | 0.13 | 173.95 | 0.62 | 0.65 |
| Hex | 70 | DD | D2 | 31 | 0 | 5 | D | AE | 3E | 41 |
| Octal | 160 | 335 | 322 | 61 | 0 | 5 | 15 | 256 | 76 | 101 |
| Binary | 1110000 | 11011101 | 11010010 | 110001 | 0 | 101 | 1101 | 10101110 | 111110 | 1000001 |
Color Harmonies of #70DDD2
Complementary color
Monochromatic Colors of #70DDD2
Black with #70DDD2
Text Example
Text Example
White with #70DDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDD2; }
p { color: rgb(112,221,210); }
H1.HeaderClassName
{
color: #70DDD2;
}
.AnyTagClassName
{
color: #70DDD2;
}
</style>
background-color css
<style>
a { background-color: #70DDD2; }
a { background-color: rgb(112,221,210); }
div.DivClassName
{
background-color: #70DDD2;
}
.BgClassName
{
background-color: #70DDD2;
}
</style>
border-color css
<style>
span { border-color: #70DDD2; }
span { border-color: rgb(112,221,210); }
td.TdClassName
{
border-color: #70DDD2;
}
.TagClassName
{
border-color: #70DDD2;
}
</style>