Shades of Downy #70ECBF
Tints of Downy #70ECBF
RGB
CMYK
RGB Variations
Color information
#70ECBF (or 0x70ECBF) is known color: Downy. HEX triplet: 70, EC and BF. RGB value is (112,236,191). Sum of RGB (Red+Green+Blue) = 112+236+191=539 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.78% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 191 (75% from 255 or 35.44% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECBF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECBF is #8F1340. Grayscale: #C1C1C1. Windows color (decimal): -9376577 or 12577904. OLE color: 12577904.
HSL color Cylindrical-coordinate representation of color #70ECBF: hue angle of 158.23º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70ECBF is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 191 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.07 |
| HSL | 158.23º | 0.77% | 0.68% | - |
| HSV(B) | 158.23º | 0.53% | 0.93% | - |
| XYZ | 46.08 | 67.2 | 59.83 | - |
| YUV | 193.79 | 126.42 | 69.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 191 | 0.53 | 0 | 0.19 | 0.07 | 158.23 | 0.77 | 0.68 |
| Hex | 70 | EC | BF | 35 | 0 | 13 | 7 | 9E | 4D | 44 |
| Octal | 160 | 354 | 277 | 65 | 0 | 23 | 7 | 236 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10111111 | 110101 | 0 | 10011 | 111 | 10011110 | 1001101 | 1000100 |
Color Harmonies of #70ECBF
Complementary color
Monochromatic Colors of #70ECBF
Black with #70ECBF
Text Example
Text Example
White with #70ECBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECBF; }
p { color: rgb(112,236,191); }
H1.HeaderClassName
{
color: #70ECBF;
}
.AnyTagClassName
{
color: #70ECBF;
}
</style>
background-color css
<style>
a { background-color: #70ECBF; }
a { background-color: rgb(112,236,191); }
div.DivClassName
{
background-color: #70ECBF;
}
.BgClassName
{
background-color: #70ECBF;
}
</style>
border-color css
<style>
span { border-color: #70ECBF; }
span { border-color: rgb(112,236,191); }
td.TdClassName
{
border-color: #70ECBF;
}
.TagClassName
{
border-color: #70ECBF;
}
</style>