Shades of Silver Tree #70C09A
Tints of Silver Tree #70C09A
RGB
CMYK
RGB Variations
Color information
#70C09A (or 0x70C09A) is known color: Silver Tree. HEX triplet: 70, C0 and 9A. RGB value is (112,192,154). Sum of RGB (Red+Green+Blue) = 112+192+154=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #70C09A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C09A is #8F3F65. Grayscale: #A3A3A3. Windows color (decimal): -9387878 or 10141808. OLE color: 10141808.
HSL color Cylindrical-coordinate representation of color #70C09A: hue angle of 151.5º 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 #70C09A is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 154 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.25 |
| HSL | 151.5º | 0.39% | 0.6% | - |
| HSV(B) | 151.5º | 0.42% | 0.75% | - |
| XYZ | 31.36 | 43.48 | 37.31 | - |
| YUV | 163.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 154 | 0.42 | 0 | 0.20 | 0.25 | 151.5 | 0.39 | 0.6 |
| Hex | 70 | C0 | 9A | 2A | 0 | 14 | 19 | 98 | 27 | 3C |
| Octal | 160 | 300 | 232 | 52 | 0 | 24 | 31 | 230 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10011010 | 101010 | 0 | 10100 | 11001 | 10011000 | 100111 | 111100 |
Color Harmonies of #70C09A
Complementary color
Monochromatic Colors of #70C09A
Black with #70C09A
Text Example
Text Example
White with #70C09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C09A; }
p { color: rgb(112,192,154); }
H1.HeaderClassName
{
color: #70C09A;
}
.AnyTagClassName
{
color: #70C09A;
}
</style>
background-color css
<style>
a { background-color: #70C09A; }
a { background-color: rgb(112,192,154); }
div.DivClassName
{
background-color: #70C09A;
}
.BgClassName
{
background-color: #70C09A;
}
</style>
border-color css
<style>
span { border-color: #70C09A; }
span { border-color: rgb(112,192,154); }
td.TdClassName
{
border-color: #70C09A;
}
.TagClassName
{
border-color: #70C09A;
}
</style>