Shades of Silver Tree #5EBA8B
Tints of Silver Tree #5EBA8B
RGB
CMYK
RGB Variations
Color information
#5EBA8B (or 0x5EBA8B) is known color: Silver Tree. HEX triplet: 5E, BA and 8B. RGB value is (94,186,139). Sum of RGB (Red+Green+Blue) = 94+186+139=419 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.43% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA8B is #A14574. Grayscale: #999999. Windows color (decimal): -10569077 or 9157214. OLE color: 9157214.
HSL color Cylindrical-coordinate representation of color #5EBA8B: hue angle of 149.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA8B is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 139 | - |
| CMYK | 0.49 | 0 | 0.25 | 0.27 |
| HSL | 149.35º | 0.4% | 0.55% | - |
| HSV(B) | 149.35º | 0.49% | 0.73% | - |
| XYZ | 26.84 | 39.36 | 30.61 | - |
| YUV | 153.13 | 120.02 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 139 | 0.49 | 0 | 0.25 | 0.27 | 149.35 | 0.4 | 0.55 |
| Hex | 5E | BA | 8B | 31 | 0 | 19 | 1B | 95 | 28 | 37 |
| Octal | 136 | 272 | 213 | 61 | 0 | 31 | 33 | 225 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10001011 | 110001 | 0 | 11001 | 11011 | 10010101 | 101000 | 110111 |
Color Harmonies of #5EBA8B
Complementary color
Monochromatic Colors of #5EBA8B
Black with #5EBA8B
Text Example
Text Example
White with #5EBA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA8B; }
p { color: rgb(94,186,139); }
H1.HeaderClassName
{
color: #5EBA8B;
}
.AnyTagClassName
{
color: #5EBA8B;
}
</style>
background-color css
<style>
a { background-color: #5EBA8B; }
a { background-color: rgb(94,186,139); }
div.DivClassName
{
background-color: #5EBA8B;
}
.BgClassName
{
background-color: #5EBA8B;
}
</style>
border-color css
<style>
span { border-color: #5EBA8B; }
span { border-color: rgb(94,186,139); }
td.TdClassName
{
border-color: #5EBA8B;
}
.TagClassName
{
border-color: #5EBA8B;
}
</style>