Shades of Silver Tree #70C09B
Tints of Silver Tree #70C09B
RGB
CMYK
RGB Variations
Color information
#70C09B (or 0x70C09B) is known color: Silver Tree. HEX triplet: 70, C0 and 9B. RGB value is (112,192,155). Sum of RGB (Red+Green+Blue) = 112+192+155=459 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.40% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 155 (60.94% from 255 or 33.77% from 459); Max value from RGB is 192 - color contains mainly: green. Hex color #70C09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C09B is #8F3F64. Grayscale: #A3A3A3. Windows color (decimal): -9387877 or 10207344. OLE color: 10207344.
HSL color Cylindrical-coordinate representation of color #70C09B: hue angle of 152.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 #70C09B is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 155 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.25 |
| HSL | 152.25º | 0.39% | 0.6% | - |
| HSV(B) | 152.25º | 0.42% | 0.75% | - |
| XYZ | 31.45 | 43.51 | 37.75 | - |
| YUV | 163.86 | 123 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 155 | 0.42 | 0 | 0.19 | 0.25 | 152.25 | 0.39 | 0.6 |
| Hex | 70 | C0 | 9B | 2A | 0 | 13 | 19 | 98 | 27 | 3C |
| Octal | 160 | 300 | 233 | 52 | 0 | 23 | 31 | 230 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10011011 | 101010 | 0 | 10011 | 11001 | 10011000 | 100111 | 111100 |
Color Harmonies of #70C09B
Complementary color
Monochromatic Colors of #70C09B
Black with #70C09B
Text Example
Text Example
White with #70C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C09B; }
p { color: rgb(112,192,155); }
H1.HeaderClassName
{
color: #70C09B;
}
.AnyTagClassName
{
color: #70C09B;
}
</style>
background-color css
<style>
a { background-color: #70C09B; }
a { background-color: rgb(112,192,155); }
div.DivClassName
{
background-color: #70C09B;
}
.BgClassName
{
background-color: #70C09B;
}
</style>
border-color css
<style>
span { border-color: #70C09B; }
span { border-color: rgb(112,192,155); }
td.TdClassName
{
border-color: #70C09B;
}
.TagClassName
{
border-color: #70C09B;
}
</style>