Shades of Silver Tree #70BD9A
Tints of Silver Tree #70BD9A
RGB
CMYK
RGB Variations
Color information
#70BD9A (or 0x70BD9A) is known color: Silver Tree. HEX triplet: 70, BD and 9A. RGB value is (112,189,154). Sum of RGB (Red+Green+Blue) = 112+189+154=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 189 (74.22% from 255 or 41.54% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 189 - color contains mainly: green. Hex color #70BD9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BD9A is #8F4265. Grayscale: #A2A2A2. Windows color (decimal): -9388646 or 10141040. OLE color: 10141040.
HSL color Cylindrical-coordinate representation of color #70BD9A: hue angle of 152.73º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BD9A is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 189 | 154 | - |
| CMYK | 0.41 | 0 | 0.19 | 0.26 |
| HSL | 152.73º | 0.37% | 0.59% | - |
| HSV(B) | 152.73º | 0.41% | 0.74% | - |
| XYZ | 30.71 | 42.17 | 37.09 | - |
| YUV | 161.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 189 | 154 | 0.41 | 0 | 0.19 | 0.26 | 152.73 | 0.37 | 0.59 |
| Hex | 70 | BD | 9A | 29 | 0 | 13 | 1A | 99 | 25 | 3B |
| Octal | 160 | 275 | 232 | 51 | 0 | 23 | 32 | 231 | 45 | 73 |
| Binary | 1110000 | 10111101 | 10011010 | 101001 | 0 | 10011 | 11010 | 10011001 | 100101 | 111011 |
Color Harmonies of #70BD9A
Complementary color
Monochromatic Colors of #70BD9A
Black with #70BD9A
Text Example
Text Example
White with #70BD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BD9A; }
p { color: rgb(112,189,154); }
H1.HeaderClassName
{
color: #70BD9A;
}
.AnyTagClassName
{
color: #70BD9A;
}
</style>
background-color css
<style>
a { background-color: #70BD9A; }
a { background-color: rgb(112,189,154); }
div.DivClassName
{
background-color: #70BD9A;
}
.BgClassName
{
background-color: #70BD9A;
}
</style>
border-color css
<style>
span { border-color: #70BD9A; }
span { border-color: rgb(112,189,154); }
td.TdClassName
{
border-color: #70BD9A;
}
.TagClassName
{
border-color: #70BD9A;
}
</style>