Shades of Silver Tree #5EBA8C
Tints of Silver Tree #5EBA8C
RGB
CMYK
RGB Variations
Color information
#5EBA8C (or 0x5EBA8C) is known color: Silver Tree. HEX triplet: 5E, BA and 8C. RGB value is (94,186,140). Sum of RGB (Red+Green+Blue) = 94+186+140=420 (55% of max value = 765). Red value is 94 (37.11% from 255 or 22.38% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA8C is #A14573. Grayscale: #999999. Windows color (decimal): -10569076 or 9222750. OLE color: 9222750.
HSL color Cylindrical-coordinate representation of color #5EBA8C: hue angle of 150º 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 #5EBA8C is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
RGB | 94 | 186 | 140 | - |
CMYK | 0.49 | 0 | 0.25 | 0.27 |
HSL | 150º | 0.4% | 0.55% | - |
HSV(B) | 150º | 0.49% | 0.73% | - |
XYZ | 26.91 | 39.39 | 31 | - |
YUV | 153.25 | 120.52 | 85.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 186 | 140 | 0.49 | 0 | 0.25 | 0.27 | 150 | 0.4 | 0.55 |
Hex | 5E | BA | 8C | 31 | 0 | 19 | 1B | 96 | 28 | 37 |
Octal | 136 | 272 | 214 | 61 | 0 | 31 | 33 | 226 | 50 | 67 |
Binary | 1011110 | 10111010 | 10001100 | 110001 | 0 | 11001 | 11011 | 10010110 | 101000 | 110111 |
Color Harmonies of #5EBA8C
Complementary color
Monochromatic Colors of #5EBA8C
Black with #5EBA8C
Text Example
Text Example
White with #5EBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA8C; }
p { color: rgb(94,186,140); }
H1.HeaderClassName
{
color: #5EBA8C;
}
.AnyTagClassName
{
color: #5EBA8C;
}
</style>
background-color css
<style>
a { background-color: #5EBA8C; }
a { background-color: rgb(94,186,140); }
div.DivClassName
{
background-color: #5EBA8C;
}
.BgClassName
{
background-color: #5EBA8C;
}
</style>
border-color css
<style>
span { border-color: #5EBA8C; }
span { border-color: rgb(94,186,140); }
td.TdClassName
{
border-color: #5EBA8C;
}
.TagClassName
{
border-color: #5EBA8C;
}
</style>