Shades of Downy #70DFB7
Tints of Downy #70DFB7
RGB
CMYK
RGB Variations
Color information
#70DFB7 (or 0x70DFB7) is known color: Downy. HEX triplet: 70, DF and B7. RGB value is (112,223,183). Sum of RGB (Red+Green+Blue) = 112+223+183=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFB7 is #8F2048. Grayscale: #B9B9B9. Windows color (decimal): -9379913 or 12050288. OLE color: 12050288.
HSL color Cylindrical-coordinate representation of color #70DFB7: hue angle of 158.38º 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 #70DFB7 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 183 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.13 |
| HSL | 158.38º | 0.63% | 0.66% | - |
| HSV(B) | 158.38º | 0.5% | 0.87% | - |
| XYZ | 41.62 | 59.64 | 54.12 | - |
| YUV | 185.25 | 126.73 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 183 | 0.50 | 0 | 0.18 | 0.13 | 158.38 | 0.63 | 0.66 |
| Hex | 70 | DF | B7 | 32 | 0 | 12 | D | 9E | 3F | 42 |
| Octal | 160 | 337 | 267 | 62 | 0 | 22 | 15 | 236 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10110111 | 110010 | 0 | 10010 | 1101 | 10011110 | 111111 | 1000010 |
Color Harmonies of #70DFB7
Complementary color
Monochromatic Colors of #70DFB7
Black with #70DFB7
Text Example
Text Example
White with #70DFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFB7; }
p { color: rgb(112,223,183); }
H1.HeaderClassName
{
color: #70DFB7;
}
.AnyTagClassName
{
color: #70DFB7;
}
</style>
background-color css
<style>
a { background-color: #70DFB7; }
a { background-color: rgb(112,223,183); }
div.DivClassName
{
background-color: #70DFB7;
}
.BgClassName
{
background-color: #70DFB7;
}
</style>
border-color css
<style>
span { border-color: #70DFB7; }
span { border-color: rgb(112,223,183); }
td.TdClassName
{
border-color: #70DFB7;
}
.TagClassName
{
border-color: #70DFB7;
}
</style>