Shades of Silver Tree #70BB99
Tints of Silver Tree #70BB99
RGB
CMYK
RGB Variations
Color information
#70BB99 (or 0x70BB99) is known color: Silver Tree. HEX triplet: 70, BB and 99. RGB value is (112,187,153). Sum of RGB (Red+Green+Blue) = 112+187+153=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 153 (60.16% from 255 or 33.85% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BB99 is #8F4466. Grayscale: #A0A0A0. Windows color (decimal): -9389159 or 10074992. OLE color: 10074992.
HSL color Cylindrical-coordinate representation of color #70BB99: hue angle of 152.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB99 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 187 | 153 | - |
| CMYK | 0.40 | 0 | 0.18 | 0.27 |
| HSL | 152.8º | 0.36% | 0.59% | - |
| HSV(B) | 152.8º | 0.4% | 0.73% | - |
| XYZ | 30.2 | 41.29 | 36.51 | - |
| YUV | 160.7 | 123.65 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 187 | 153 | 0.40 | 0 | 0.18 | 0.27 | 152.8 | 0.36 | 0.59 |
| Hex | 70 | BB | 99 | 28 | 0 | 12 | 1B | 99 | 24 | 3B |
| Octal | 160 | 273 | 231 | 50 | 0 | 22 | 33 | 231 | 44 | 73 |
| Binary | 1110000 | 10111011 | 10011001 | 101000 | 0 | 10010 | 11011 | 10011001 | 100100 | 111011 |
Color Harmonies of #70BB99
Complementary color
Monochromatic Colors of #70BB99
Black with #70BB99
Text Example
Text Example
White with #70BB99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BB99; }
p { color: rgb(112,187,153); }
H1.HeaderClassName
{
color: #70BB99;
}
.AnyTagClassName
{
color: #70BB99;
}
</style>
background-color css
<style>
a { background-color: #70BB99; }
a { background-color: rgb(112,187,153); }
div.DivClassName
{
background-color: #70BB99;
}
.BgClassName
{
background-color: #70BB99;
}
</style>
border-color css
<style>
span { border-color: #70BB99; }
span { border-color: rgb(112,187,153); }
td.TdClassName
{
border-color: #70BB99;
}
.TagClassName
{
border-color: #70BB99;
}
</style>