Shades of Downy #70E7BE
Tints of Downy #70E7BE
RGB
CMYK
RGB Variations
Color information
#70E7BE (or 0x70E7BE) is known color: Downy. HEX triplet: 70, E7 and BE. RGB value is (112,231,190). Sum of RGB (Red+Green+Blue) = 112+231+190=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 190 (74.61% from 255 or 35.65% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #70E7BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E7BE is #8F1841. Grayscale: #BEBEBE. Windows color (decimal): -9377858 or 12511088. OLE color: 12511088.
HSL color Cylindrical-coordinate representation of color #70E7BE: hue angle of 159.33º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E7BE is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 231 | 190 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.09 |
| HSL | 159.33º | 0.71% | 0.67% | - |
| HSV(B) | 159.33º | 0.52% | 0.91% | - |
| XYZ | 44.55 | 64.31 | 58.78 | - |
| YUV | 190.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 231 | 190 | 0.52 | 0 | 0.18 | 0.09 | 159.33 | 0.71 | 0.67 |
| Hex | 70 | E7 | BE | 34 | 0 | 12 | 9 | 9F | 47 | 43 |
| Octal | 160 | 347 | 276 | 64 | 0 | 22 | 11 | 237 | 107 | 103 |
| Binary | 1110000 | 11100111 | 10111110 | 110100 | 0 | 10010 | 1001 | 10011111 | 1000111 | 1000011 |
Color Harmonies of #70E7BE
Complementary color
Monochromatic Colors of #70E7BE
Black with #70E7BE
Text Example
Text Example
White with #70E7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E7BE; }
p { color: rgb(112,231,190); }
H1.HeaderClassName
{
color: #70E7BE;
}
.AnyTagClassName
{
color: #70E7BE;
}
</style>
background-color css
<style>
a { background-color: #70E7BE; }
a { background-color: rgb(112,231,190); }
div.DivClassName
{
background-color: #70E7BE;
}
.BgClassName
{
background-color: #70E7BE;
}
</style>
border-color css
<style>
span { border-color: #70E7BE; }
span { border-color: rgb(112,231,190); }
td.TdClassName
{
border-color: #70E7BE;
}
.TagClassName
{
border-color: #70E7BE;
}
</style>