Shades of Silver Tree #70BE9C
Tints of Silver Tree #70BE9C
RGB
CMYK
RGB Variations
Color information
#70BE9C (or 0x70BE9C) is known color: Silver Tree. HEX triplet: 70, BE and 9C. RGB value is (112,190,156). Sum of RGB (Red+Green+Blue) = 112+190+156=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE9C is #8F4163. Grayscale: #A2A2A2. Windows color (decimal): -9388388 or 10272368. OLE color: 10272368.
HSL color Cylindrical-coordinate representation of color #70BE9C: hue angle of 153.85º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE9C is Cyan = 0.41, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 156 | - |
| CMYK | 0.41 | 0 | 0.18 | 0.25 |
| HSL | 153.85º | 0.38% | 0.59% | - |
| HSV(B) | 153.85º | 0.41% | 0.75% | - |
| XYZ | 31.1 | 42.67 | 38.05 | - |
| YUV | 162.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 156 | 0.41 | 0 | 0.18 | 0.25 | 153.85 | 0.38 | 0.59 |
| Hex | 70 | BE | 9C | 29 | 0 | 12 | 19 | 9A | 26 | 3B |
| Octal | 160 | 276 | 234 | 51 | 0 | 22 | 31 | 232 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10011100 | 101001 | 0 | 10010 | 11001 | 10011010 | 100110 | 111011 |
Color Harmonies of #70BE9C
Complementary color
Monochromatic Colors of #70BE9C
Black with #70BE9C
Text Example
Text Example
White with #70BE9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE9C; }
p { color: rgb(112,190,156); }
H1.HeaderClassName
{
color: #70BE9C;
}
.AnyTagClassName
{
color: #70BE9C;
}
</style>
background-color css
<style>
a { background-color: #70BE9C; }
a { background-color: rgb(112,190,156); }
div.DivClassName
{
background-color: #70BE9C;
}
.BgClassName
{
background-color: #70BE9C;
}
</style>
border-color css
<style>
span { border-color: #70BE9C; }
span { border-color: rgb(112,190,156); }
td.TdClassName
{
border-color: #70BE9C;
}
.TagClassName
{
border-color: #70BE9C;
}
</style>