Shades of Downy #70DFBD
Tints of Downy #70DFBD
RGB
CMYK
RGB Variations
Color information
#70DFBD (or 0x70DFBD) is known color: Downy. HEX triplet: 70, DF and BD. RGB value is (112,223,189). Sum of RGB (Red+Green+Blue) = 112+223+189=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFBD is #8F2042. Grayscale: #B9B9B9. Windows color (decimal): -9379907 or 12443504. OLE color: 12443504.
HSL color Cylindrical-coordinate representation of color #70DFBD: hue angle of 161.62º 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 #70DFBD is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 189 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.13 |
| HSL | 161.62º | 0.63% | 0.66% | - |
| HSV(B) | 161.62º | 0.5% | 0.87% | - |
| XYZ | 42.26 | 59.89 | 57.48 | - |
| YUV | 185.94 | 129.73 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 189 | 0.50 | 0 | 0.15 | 0.13 | 161.62 | 0.63 | 0.66 |
| Hex | 70 | DF | BD | 32 | 0 | F | D | A2 | 3F | 42 |
| Octal | 160 | 337 | 275 | 62 | 0 | 17 | 15 | 242 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10111101 | 110010 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000010 |
Color Harmonies of #70DFBD
Complementary color
Monochromatic Colors of #70DFBD
Black with #70DFBD
Text Example
Text Example
White with #70DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFBD; }
p { color: rgb(112,223,189); }
H1.HeaderClassName
{
color: #70DFBD;
}
.AnyTagClassName
{
color: #70DFBD;
}
</style>
background-color css
<style>
a { background-color: #70DFBD; }
a { background-color: rgb(112,223,189); }
div.DivClassName
{
background-color: #70DFBD;
}
.BgClassName
{
background-color: #70DFBD;
}
</style>
border-color css
<style>
span { border-color: #70DFBD; }
span { border-color: rgb(112,223,189); }
td.TdClassName
{
border-color: #70DFBD;
}
.TagClassName
{
border-color: #70DFBD;
}
</style>