Shades of Downy #70DDCB
Tints of Downy #70DDCB
RGB
CMYK
RGB Variations
Color information
#70DDCB (or 0x70DDCB) is known color: Downy. HEX triplet: 70, DD and CB. RGB value is (112,221,203). Sum of RGB (Red+Green+Blue) = 112+221+203=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDCB is #8F2234. Grayscale: #BABABA. Windows color (decimal): -9380405 or 13360496. OLE color: 13360496.
HSL color Cylindrical-coordinate representation of color #70DDCB: hue angle of 170.09º 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 #70DDCB is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 203 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.13 |
| HSL | 170.09º | 0.62% | 0.65% | - |
| HSV(B) | 170.09º | 0.49% | 0.87% | - |
| XYZ | 43.32 | 59.47 | 65.7 | - |
| YUV | 186.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 203 | 0.49 | 0 | 0.08 | 0.13 | 170.09 | 0.62 | 0.65 |
| Hex | 70 | DD | CB | 31 | 0 | 8 | D | AA | 3E | 41 |
| Octal | 160 | 335 | 313 | 61 | 0 | 10 | 15 | 252 | 76 | 101 |
| Binary | 1110000 | 11011101 | 11001011 | 110001 | 0 | 1000 | 1101 | 10101010 | 111110 | 1000001 |
Color Harmonies of #70DDCB
Complementary color
Monochromatic Colors of #70DDCB
Black with #70DDCB
Text Example
Text Example
White with #70DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDCB; }
p { color: rgb(112,221,203); }
H1.HeaderClassName
{
color: #70DDCB;
}
.AnyTagClassName
{
color: #70DDCB;
}
</style>
background-color css
<style>
a { background-color: #70DDCB; }
a { background-color: rgb(112,221,203); }
div.DivClassName
{
background-color: #70DDCB;
}
.BgClassName
{
background-color: #70DDCB;
}
</style>
border-color css
<style>
span { border-color: #70DDCB; }
span { border-color: rgb(112,221,203); }
td.TdClassName
{
border-color: #70DDCB;
}
.TagClassName
{
border-color: #70DDCB;
}
</style>