Shades of Silver Tree #70C09F
Tints of Silver Tree #70C09F
RGB
CMYK
RGB Variations
Color information
#70C09F (or 0x70C09F) is known color: Silver Tree. HEX triplet: 70, C0 and 9F. RGB value is (112,192,159). Sum of RGB (Red+Green+Blue) = 112+192+159=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 192 (75.39% from 255 or 41.47% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 192 - color contains mainly: green. Hex color #70C09F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C09F is #8F3F60. Grayscale: #A4A4A4. Windows color (decimal): -9387873 or 10469488. OLE color: 10469488.
HSL color Cylindrical-coordinate representation of color #70C09F: hue angle of 155.25º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C09F is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 159 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.25 |
| HSL | 155.25º | 0.39% | 0.6% | - |
| HSV(B) | 155.25º | 0.42% | 0.75% | - |
| XYZ | 31.79 | 43.65 | 39.55 | - |
| YUV | 164.32 | 125 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 159 | 0.42 | 0 | 0.17 | 0.25 | 155.25 | 0.39 | 0.6 |
| Hex | 70 | C0 | 9F | 2A | 0 | 11 | 19 | 9B | 27 | 3C |
| Octal | 160 | 300 | 237 | 52 | 0 | 21 | 31 | 233 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10011111 | 101010 | 0 | 10001 | 11001 | 10011011 | 100111 | 111100 |
Color Harmonies of #70C09F
Complementary color
Monochromatic Colors of #70C09F
Black with #70C09F
Text Example
Text Example
White with #70C09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C09F; }
p { color: rgb(112,192,159); }
H1.HeaderClassName
{
color: #70C09F;
}
.AnyTagClassName
{
color: #70C09F;
}
</style>
background-color css
<style>
a { background-color: #70C09F; }
a { background-color: rgb(112,192,159); }
div.DivClassName
{
background-color: #70C09F;
}
.BgClassName
{
background-color: #70C09F;
}
</style>
border-color css
<style>
span { border-color: #70C09F; }
span { border-color: rgb(112,192,159); }
td.TdClassName
{
border-color: #70C09F;
}
.TagClassName
{
border-color: #70C09F;
}
</style>