Shades of Silver Tree #50BB88
Tints of Silver Tree #50BB88
RGB
CMYK
RGB Variations
Color information
#50BB88 (or 0x50BB88) is known color: Silver Tree. HEX triplet: 50, BB and 88. RGB value is (80,187,136). Sum of RGB (Red+Green+Blue) = 80+187+136=403 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.85% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #50BB88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50BB88 is #AF4477. Grayscale: #959595. Windows color (decimal): -11486328 or 8960848. OLE color: 8960848.
HSL color Cylindrical-coordinate representation of color #50BB88: hue angle of 151.4º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #50BB88 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 187 | 136 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.27 |
| HSL | 151.4º | 0.44% | 0.52% | - |
| HSV(B) | 151.4º | 0.57% | 0.73% | - |
| XYZ | 25.52 | 39.02 | 29.48 | - |
| YUV | 149.19 | 120.55 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 187 | 136 | 0.57 | 0 | 0.27 | 0.27 | 151.4 | 0.44 | 0.52 |
| Hex | 50 | BB | 88 | 39 | 0 | 1B | 1B | 97 | 2C | 34 |
| Octal | 120 | 273 | 210 | 71 | 0 | 33 | 33 | 227 | 54 | 64 |
| Binary | 1010000 | 10111011 | 10001000 | 111001 | 0 | 11011 | 11011 | 10010111 | 101100 | 110100 |
Color Harmonies of #50BB88
Complementary color
Monochromatic Colors of #50BB88
Black with #50BB88
Text Example
Text Example
White with #50BB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BB88; }
p { color: rgb(80,187,136); }
H1.HeaderClassName
{
color: #50BB88;
}
.AnyTagClassName
{
color: #50BB88;
}
</style>
background-color css
<style>
a { background-color: #50BB88; }
a { background-color: rgb(80,187,136); }
div.DivClassName
{
background-color: #50BB88;
}
.BgClassName
{
background-color: #50BB88;
}
</style>
border-color css
<style>
span { border-color: #50BB88; }
span { border-color: rgb(80,187,136); }
td.TdClassName
{
border-color: #50BB88;
}
.TagClassName
{
border-color: #50BB88;
}
</style>