Shades of Downy #70ECBE
Tints of Downy #70ECBE
RGB
CMYK
RGB Variations
Color information
#70ECBE (or 0x70ECBE) is known color: Downy. HEX triplet: 70, EC and BE. RGB value is (112,236,190). Sum of RGB (Red+Green+Blue) = 112+236+190=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 190 (74.61% from 255 or 35.32% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #70ECBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70ECBE is #8F1341. Grayscale: #C1C1C1. Windows color (decimal): -9376578 or 12512368. OLE color: 12512368.
HSL color Cylindrical-coordinate representation of color #70ECBE: hue angle of 157.74º 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 #70ECBE is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 112 | 236 | 190 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.07 |
| HSL | 157.74º | 0.77% | 0.68% | - |
| HSV(B) | 157.74º | 0.53% | 0.93% | - |
| XYZ | 45.97 | 67.15 | 59.25 | - |
| YUV | 193.68 | 125.92 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 236 | 190 | 0.53 | 0 | 0.19 | 0.07 | 157.74 | 0.77 | 0.68 |
| Hex | 70 | EC | BE | 35 | 0 | 13 | 7 | 9E | 4D | 44 |
| Octal | 160 | 354 | 276 | 65 | 0 | 23 | 7 | 236 | 115 | 104 |
| Binary | 1110000 | 11101100 | 10111110 | 110101 | 0 | 10011 | 111 | 10011110 | 1001101 | 1000100 |
Color Harmonies of #70ECBE
Complementary color
Monochromatic Colors of #70ECBE
Black with #70ECBE
Text Example
Text Example
White with #70ECBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70ECBE; }
p { color: rgb(112,236,190); }
H1.HeaderClassName
{
color: #70ECBE;
}
.AnyTagClassName
{
color: #70ECBE;
}
</style>
background-color css
<style>
a { background-color: #70ECBE; }
a { background-color: rgb(112,236,190); }
div.DivClassName
{
background-color: #70ECBE;
}
.BgClassName
{
background-color: #70ECBE;
}
</style>
border-color css
<style>
span { border-color: #70ECBE; }
span { border-color: rgb(112,236,190); }
td.TdClassName
{
border-color: #70ECBE;
}
.TagClassName
{
border-color: #70ECBE;
}
</style>