Shades of Silver Tree #54C08B
Tints of Silver Tree #54C08B
RGB
CMYK
RGB Variations
Color information
#54C08B (or 0x54C08B) is known color: Silver Tree. HEX triplet: 54, C0 and 8B. RGB value is (84,192,139). Sum of RGB (Red+Green+Blue) = 84+192+139=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 192 (75.39% from 255 or 46.27% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 192 - color contains mainly: green. Hex color #54C08B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C08B is #AB3F74. Grayscale: #999999. Windows color (decimal): -11222901 or 9158740. OLE color: 9158740.
HSL color Cylindrical-coordinate representation of color #54C08B: hue angle of 150.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C08B is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 139 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.25 |
| HSL | 150.56º | 0.46% | 0.54% | - |
| HSV(B) | 150.56º | 0.56% | 0.75% | - |
| XYZ | 27.17 | 41.45 | 30.99 | - |
| YUV | 153.67 | 119.72 | 78.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 139 | 0.56 | 0 | 0.28 | 0.25 | 150.56 | 0.46 | 0.54 |
| Hex | 54 | C0 | 8B | 38 | 0 | 1C | 19 | 97 | 2E | 36 |
| Octal | 124 | 300 | 213 | 70 | 0 | 34 | 31 | 227 | 56 | 66 |
| Binary | 1010100 | 11000000 | 10001011 | 111000 | 0 | 11100 | 11001 | 10010111 | 101110 | 110110 |
Color Harmonies of #54C08B
Complementary color
Monochromatic Colors of #54C08B
Black with #54C08B
Text Example
Text Example
White with #54C08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C08B; }
p { color: rgb(84,192,139); }
H1.HeaderClassName
{
color: #54C08B;
}
.AnyTagClassName
{
color: #54C08B;
}
</style>
background-color css
<style>
a { background-color: #54C08B; }
a { background-color: rgb(84,192,139); }
div.DivClassName
{
background-color: #54C08B;
}
.BgClassName
{
background-color: #54C08B;
}
</style>
border-color css
<style>
span { border-color: #54C08B; }
span { border-color: rgb(84,192,139); }
td.TdClassName
{
border-color: #54C08B;
}
.TagClassName
{
border-color: #54C08B;
}
</style>