Shades of Downy #70DFBF
Tints of Downy #70DFBF
RGB
CMYK
RGB Variations
Color information
#70DFBF (or 0x70DFBF) is known color: Downy. HEX triplet: 70, DF and BF. RGB value is (112,223,191). Sum of RGB (Red+Green+Blue) = 112+223+191=526 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.29% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFBF is #8F2040. Grayscale: #BABABA. Windows color (decimal): -9379905 or 12574576. OLE color: 12574576.
HSL color Cylindrical-coordinate representation of color #70DFBF: hue angle of 162.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFBF is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 191 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.13 |
| HSL | 162.7º | 0.63% | 0.66% | - |
| HSV(B) | 162.7º | 0.5% | 0.87% | - |
| XYZ | 42.47 | 59.98 | 58.63 | - |
| YUV | 186.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 191 | 0.50 | 0 | 0.14 | 0.13 | 162.7 | 0.63 | 0.66 |
| Hex | 70 | DF | BF | 32 | 0 | E | D | A3 | 3F | 42 |
| Octal | 160 | 337 | 277 | 62 | 0 | 16 | 15 | 243 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10111111 | 110010 | 0 | 1110 | 1101 | 10100011 | 111111 | 1000010 |
Color Harmonies of #70DFBF
Complementary color
Monochromatic Colors of #70DFBF
Black with #70DFBF
Text Example
Text Example
White with #70DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFBF; }
p { color: rgb(112,223,191); }
H1.HeaderClassName
{
color: #70DFBF;
}
.AnyTagClassName
{
color: #70DFBF;
}
</style>
background-color css
<style>
a { background-color: #70DFBF; }
a { background-color: rgb(112,223,191); }
div.DivClassName
{
background-color: #70DFBF;
}
.BgClassName
{
background-color: #70DFBF;
}
</style>
border-color css
<style>
span { border-color: #70DFBF; }
span { border-color: rgb(112,223,191); }
td.TdClassName
{
border-color: #70DFBF;
}
.TagClassName
{
border-color: #70DFBF;
}
</style>