Shades of Silver Tree #54BB8B
Tints of Silver Tree #54BB8B
RGB
CMYK
RGB Variations
Color information
#54BB8B (or 0x54BB8B) is known color: Silver Tree. HEX triplet: 54, BB and 8B. RGB value is (84,187,139). Sum of RGB (Red+Green+Blue) = 84+187+139=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #54BB8B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54BB8B is #AB4474. Grayscale: #969696. Windows color (decimal): -11224181 or 9157460. OLE color: 9157460.
HSL color Cylindrical-coordinate representation of color #54BB8B: hue angle of 152.04º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BB8B is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 187 | 139 | - |
| CMYK | 0.55 | 0 | 0.26 | 0.27 |
| HSL | 152.04º | 0.43% | 0.53% | - |
| HSV(B) | 152.04º | 0.55% | 0.73% | - |
| XYZ | 26.09 | 39.29 | 30.63 | - |
| YUV | 150.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 187 | 139 | 0.55 | 0 | 0.26 | 0.27 | 152.04 | 0.43 | 0.53 |
| Hex | 54 | BB | 8B | 37 | 0 | 1A | 1B | 98 | 2B | 35 |
| Octal | 124 | 273 | 213 | 67 | 0 | 32 | 33 | 230 | 53 | 65 |
| Binary | 1010100 | 10111011 | 10001011 | 110111 | 0 | 11010 | 11011 | 10011000 | 101011 | 110101 |
Color Harmonies of #54BB8B
Complementary color
Monochromatic Colors of #54BB8B
Black with #54BB8B
Text Example
Text Example
White with #54BB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BB8B; }
p { color: rgb(84,187,139); }
H1.HeaderClassName
{
color: #54BB8B;
}
.AnyTagClassName
{
color: #54BB8B;
}
</style>
background-color css
<style>
a { background-color: #54BB8B; }
a { background-color: rgb(84,187,139); }
div.DivClassName
{
background-color: #54BB8B;
}
.BgClassName
{
background-color: #54BB8B;
}
</style>
border-color css
<style>
span { border-color: #54BB8B; }
span { border-color: rgb(84,187,139); }
td.TdClassName
{
border-color: #54BB8B;
}
.TagClassName
{
border-color: #54BB8B;
}
</style>