Shades of Downy #70D7BF
Tints of Downy #70D7BF
RGB
CMYK
RGB Variations
Color information
#70D7BF (or 0x70D7BF) is known color: Downy. HEX triplet: 70, D7 and BF. RGB value is (112,215,191). Sum of RGB (Red+Green+Blue) = 112+215+191=518 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.62% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D7BF is #8F2840. Grayscale: #B5B5B5. Windows color (decimal): -9381953 or 12572528. OLE color: 12572528.
HSL color Cylindrical-coordinate representation of color #70D7BF: hue angle of 166.02º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D7BF is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 191 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.16 |
| HSL | 166.02º | 0.56% | 0.64% | - |
| HSV(B) | 166.02º | 0.48% | 0.84% | - |
| XYZ | 40.39 | 55.81 | 57.93 | - |
| YUV | 181.47 | 133.38 | 78.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 191 | 0.48 | 0 | 0.11 | 0.16 | 166.02 | 0.56 | 0.64 |
| Hex | 70 | D7 | BF | 30 | 0 | B | 10 | A6 | 38 | 40 |
| Octal | 160 | 327 | 277 | 60 | 0 | 13 | 20 | 246 | 70 | 100 |
| Binary | 1110000 | 11010111 | 10111111 | 110000 | 0 | 1011 | 10000 | 10100110 | 111000 | 1000000 |
Color Harmonies of #70D7BF
Complementary color
Monochromatic Colors of #70D7BF
Black with #70D7BF
Text Example
Text Example
White with #70D7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D7BF; }
p { color: rgb(112,215,191); }
H1.HeaderClassName
{
color: #70D7BF;
}
.AnyTagClassName
{
color: #70D7BF;
}
</style>
background-color css
<style>
a { background-color: #70D7BF; }
a { background-color: rgb(112,215,191); }
div.DivClassName
{
background-color: #70D7BF;
}
.BgClassName
{
background-color: #70D7BF;
}
</style>
border-color css
<style>
span { border-color: #70D7BF; }
span { border-color: rgb(112,215,191); }
td.TdClassName
{
border-color: #70D7BF;
}
.TagClassName
{
border-color: #70D7BF;
}
</style>