Shades of Silver Tree #70C19E
Tints of Silver Tree #70C19E
RGB
CMYK
RGB Variations
Color information
#70C19E (or 0x70C19E) is known color: Silver Tree. HEX triplet: 70, C1 and 9E. RGB value is (112,193,158). Sum of RGB (Red+Green+Blue) = 112+193+158=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 158 (62.11% from 255 or 34.13% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #70C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C19E is #8F3E61. Grayscale: #A4A4A4. Windows color (decimal): -9387618 or 10404208. OLE color: 10404208.
HSL color Cylindrical-coordinate representation of color #70C19E: hue angle of 154.07º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C19E is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 193 | 158 | - |
| CMYK | 0.42 | 0 | 0.18 | 0.24 |
| HSL | 154.07º | 0.4% | 0.6% | - |
| HSV(B) | 154.07º | 0.42% | 0.76% | - |
| XYZ | 31.92 | 44.05 | 39.17 | - |
| YUV | 164.79 | 124.16 | 90.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 193 | 158 | 0.42 | 0 | 0.18 | 0.24 | 154.07 | 0.4 | 0.6 |
| Hex | 70 | C1 | 9E | 2A | 0 | 12 | 18 | 9A | 28 | 3C |
| Octal | 160 | 301 | 236 | 52 | 0 | 22 | 30 | 232 | 50 | 74 |
| Binary | 1110000 | 11000001 | 10011110 | 101010 | 0 | 10010 | 11000 | 10011010 | 101000 | 111100 |
Color Harmonies of #70C19E
Complementary color
Monochromatic Colors of #70C19E
Black with #70C19E
Text Example
Text Example
White with #70C19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C19E; }
p { color: rgb(112,193,158); }
H1.HeaderClassName
{
color: #70C19E;
}
.AnyTagClassName
{
color: #70C19E;
}
</style>
background-color css
<style>
a { background-color: #70C19E; }
a { background-color: rgb(112,193,158); }
div.DivClassName
{
background-color: #70C19E;
}
.BgClassName
{
background-color: #70C19E;
}
</style>
border-color css
<style>
span { border-color: #70C19E; }
span { border-color: rgb(112,193,158); }
td.TdClassName
{
border-color: #70C19E;
}
.TagClassName
{
border-color: #70C19E;
}
</style>