Shades of Silver Tree #73BC96
Tints of Silver Tree #73BC96
RGB
CMYK
RGB Variations
Color information
#73BC96 (or 0x73BC96) is known color: Silver Tree. HEX triplet: 73, BC and 96. RGB value is (115,188,150). Sum of RGB (Red+Green+Blue) = 115+188+150=453 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.39% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #73BC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73BC96 is #8C4369. Grayscale: #A1A1A1. Windows color (decimal): -9192298 or 9878643. OLE color: 9878643.
HSL color Cylindrical-coordinate representation of color #73BC96: hue angle of 148.77º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73BC96 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 115 | 188 | 150 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.26 |
| HSL | 148.77º | 0.35% | 0.59% | - |
| HSV(B) | 148.77º | 0.39% | 0.74% | - |
| XYZ | 30.56 | 41.81 | 35.31 | - |
| YUV | 161.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 188 | 150 | 0.39 | 0 | 0.20 | 0.26 | 148.77 | 0.35 | 0.59 |
| Hex | 73 | BC | 96 | 27 | 0 | 14 | 1A | 95 | 23 | 3B |
| Octal | 163 | 274 | 226 | 47 | 0 | 24 | 32 | 225 | 43 | 73 |
| Binary | 1110011 | 10111100 | 10010110 | 100111 | 0 | 10100 | 11010 | 10010101 | 100011 | 111011 |
Color Harmonies of #73BC96
Complementary color
Monochromatic Colors of #73BC96
Black with #73BC96
Text Example
Text Example
White with #73BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73BC96; }
p { color: rgb(115,188,150); }
H1.HeaderClassName
{
color: #73BC96;
}
.AnyTagClassName
{
color: #73BC96;
}
</style>
background-color css
<style>
a { background-color: #73BC96; }
a { background-color: rgb(115,188,150); }
div.DivClassName
{
background-color: #73BC96;
}
.BgClassName
{
background-color: #73BC96;
}
</style>
border-color css
<style>
span { border-color: #73BC96; }
span { border-color: rgb(115,188,150); }
td.TdClassName
{
border-color: #73BC96;
}
.TagClassName
{
border-color: #73BC96;
}
</style>