Shades of Silver Tree #5ABC8F
Tints of Silver Tree #5ABC8F
RGB
CMYK
RGB Variations
Color information
#5ABC8F (or 0x5ABC8F) is known color: Silver Tree. HEX triplet: 5A, BC and 8F. RGB value is (90,188,143). Sum of RGB (Red+Green+Blue) = 90+188+143=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 188 (73.83% from 255 or 44.66% from 421); Blue value is 143 (56.25% from 255 or 33.97% from 421); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABC8F is #A54370. Grayscale: #999999. Windows color (decimal): -10830705 or 9419866. OLE color: 9419866.
HSL color Cylindrical-coordinate representation of color #5ABC8F: hue angle of 152.45º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABC8F is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 143 | - |
| CMYK | 0.52 | 0 | 0.24 | 0.26 |
| HSL | 152.45º | 0.42% | 0.55% | - |
| HSV(B) | 152.45º | 0.52% | 0.74% | - |
| XYZ | 27.16 | 40.12 | 32.3 | - |
| YUV | 153.57 | 122.03 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 143 | 0.52 | 0 | 0.24 | 0.26 | 152.45 | 0.42 | 0.55 |
| Hex | 5A | BC | 8F | 34 | 0 | 18 | 1A | 98 | 2A | 37 |
| Octal | 132 | 274 | 217 | 64 | 0 | 30 | 32 | 230 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10001111 | 110100 | 0 | 11000 | 11010 | 10011000 | 101010 | 110111 |
Color Harmonies of #5ABC8F
Complementary color
Monochromatic Colors of #5ABC8F
Black with #5ABC8F
Text Example
Text Example
White with #5ABC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABC8F; }
p { color: rgb(90,188,143); }
H1.HeaderClassName
{
color: #5ABC8F;
}
.AnyTagClassName
{
color: #5ABC8F;
}
</style>
background-color css
<style>
a { background-color: #5ABC8F; }
a { background-color: rgb(90,188,143); }
div.DivClassName
{
background-color: #5ABC8F;
}
.BgClassName
{
background-color: #5ABC8F;
}
</style>
border-color css
<style>
span { border-color: #5ABC8F; }
span { border-color: rgb(90,188,143); }
td.TdClassName
{
border-color: #5ABC8F;
}
.TagClassName
{
border-color: #5ABC8F;
}
</style>