Shades of Silver Tree #55C08E
Tints of Silver Tree #55C08E
RGB
CMYK
RGB Variations
Color information
#55C08E (or 0x55C08E) is known color: Silver Tree. HEX triplet: 55, C0 and 8E. RGB value is (85,192,142). Sum of RGB (Red+Green+Blue) = 85+192+142=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 142 (55.86% from 255 or 33.89% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #55C08E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C08E is #AA3F71. Grayscale: #9A9A9A. Windows color (decimal): -11157362 or 9355349. OLE color: 9355349.
HSL color Cylindrical-coordinate representation of color #55C08E: hue angle of 151.96º 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 #55C08E is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 192 | 142 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.25 |
| HSL | 151.96º | 0.46% | 0.54% | - |
| HSV(B) | 151.96º | 0.56% | 0.75% | - |
| XYZ | 27.48 | 41.58 | 32.17 | - |
| YUV | 154.31 | 121.05 | 78.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 192 | 142 | 0.56 | 0 | 0.26 | 0.25 | 151.96 | 0.46 | 0.54 |
| Hex | 55 | C0 | 8E | 38 | 0 | 1A | 19 | 98 | 2E | 36 |
| Octal | 125 | 300 | 216 | 70 | 0 | 32 | 31 | 230 | 56 | 66 |
| Binary | 1010101 | 11000000 | 10001110 | 111000 | 0 | 11010 | 11001 | 10011000 | 101110 | 110110 |
Color Harmonies of #55C08E
Complementary color
Monochromatic Colors of #55C08E
Black with #55C08E
Text Example
Text Example
White with #55C08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C08E; }
p { color: rgb(85,192,142); }
H1.HeaderClassName
{
color: #55C08E;
}
.AnyTagClassName
{
color: #55C08E;
}
</style>
background-color css
<style>
a { background-color: #55C08E; }
a { background-color: rgb(85,192,142); }
div.DivClassName
{
background-color: #55C08E;
}
.BgClassName
{
background-color: #55C08E;
}
</style>
border-color css
<style>
span { border-color: #55C08E; }
span { border-color: rgb(85,192,142); }
td.TdClassName
{
border-color: #55C08E;
}
.TagClassName
{
border-color: #55C08E;
}
</style>