Shades of Downy #70DDBC
Tints of Downy #70DDBC
RGB
CMYK
RGB Variations
Color information
#70DDBC (or 0x70DDBC) is known color: Downy. HEX triplet: 70, DD and BC. RGB value is (112,221,188). Sum of RGB (Red+Green+Blue) = 112+221+188=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 188 (73.83% from 255 or 36.08% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDBC is #8F2243. Grayscale: #B8B8B8. Windows color (decimal): -9380420 or 12377456. OLE color: 12377456.
HSL color Cylindrical-coordinate representation of color #70DDBC: hue angle of 161.83º 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 #70DDBC is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 188 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.13 |
| HSL | 161.83º | 0.62% | 0.65% | - |
| HSV(B) | 161.83º | 0.49% | 0.87% | - |
| XYZ | 41.62 | 58.79 | 56.73 | - |
| YUV | 184.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 188 | 0.49 | 0 | 0.15 | 0.13 | 161.83 | 0.62 | 0.65 |
| Hex | 70 | DD | BC | 31 | 0 | F | D | A2 | 3E | 41 |
| Octal | 160 | 335 | 274 | 61 | 0 | 17 | 15 | 242 | 76 | 101 |
| Binary | 1110000 | 11011101 | 10111100 | 110001 | 0 | 1111 | 1101 | 10100010 | 111110 | 1000001 |
Color Harmonies of #70DDBC
Complementary color
Monochromatic Colors of #70DDBC
Black with #70DDBC
Text Example
Text Example
White with #70DDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDBC; }
p { color: rgb(112,221,188); }
H1.HeaderClassName
{
color: #70DDBC;
}
.AnyTagClassName
{
color: #70DDBC;
}
</style>
background-color css
<style>
a { background-color: #70DDBC; }
a { background-color: rgb(112,221,188); }
div.DivClassName
{
background-color: #70DDBC;
}
.BgClassName
{
background-color: #70DDBC;
}
</style>
border-color css
<style>
span { border-color: #70DDBC; }
span { border-color: rgb(112,221,188); }
td.TdClassName
{
border-color: #70DDBC;
}
.TagClassName
{
border-color: #70DDBC;
}
</style>