Shades of Silver Tree #5EBB8E
Tints of Silver Tree #5EBB8E
RGB
CMYK
RGB Variations
Color information
#5EBB8E (or 0x5EBB8E) is known color: Silver Tree. HEX triplet: 5E, BB and 8E. RGB value is (94,187,142). Sum of RGB (Red+Green+Blue) = 94+187+142=423 (56% of max value = 765). Red value is 94 (37.11% from 255 or 22.22% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBB8E is #A14471. Grayscale: #9A9A9A. Windows color (decimal): -10568818 or 9354078. OLE color: 9354078.
HSL color Cylindrical-coordinate representation of color #5EBB8E: hue angle of 150.97º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBB8E is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 142 | - |
| CMYK | 0.50 | 0 | 0.24 | 0.27 |
| HSL | 150.97º | 0.41% | 0.55% | - |
| HSV(B) | 150.97º | 0.5% | 0.73% | - |
| XYZ | 27.27 | 39.87 | 31.85 | - |
| YUV | 154.06 | 121.19 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 142 | 0.50 | 0 | 0.24 | 0.27 | 150.97 | 0.41 | 0.55 |
| Hex | 5E | BB | 8E | 32 | 0 | 18 | 1B | 97 | 29 | 37 |
| Octal | 136 | 273 | 216 | 62 | 0 | 30 | 33 | 227 | 51 | 67 |
| Binary | 1011110 | 10111011 | 10001110 | 110010 | 0 | 11000 | 11011 | 10010111 | 101001 | 110111 |
Color Harmonies of #5EBB8E
Complementary color
Monochromatic Colors of #5EBB8E
Black with #5EBB8E
Text Example
Text Example
White with #5EBB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB8E; }
p { color: rgb(94,187,142); }
H1.HeaderClassName
{
color: #5EBB8E;
}
.AnyTagClassName
{
color: #5EBB8E;
}
</style>
background-color css
<style>
a { background-color: #5EBB8E; }
a { background-color: rgb(94,187,142); }
div.DivClassName
{
background-color: #5EBB8E;
}
.BgClassName
{
background-color: #5EBB8E;
}
</style>
border-color css
<style>
span { border-color: #5EBB8E; }
span { border-color: rgb(94,187,142); }
td.TdClassName
{
border-color: #5EBB8E;
}
.TagClassName
{
border-color: #5EBB8E;
}
</style>