Shades of Silver Tree #5FAC8B
Tints of Silver Tree #5FAC8B
RGB
CMYK
RGB Variations
Color information
#5FAC8B (or 0x5FAC8B) is known color: Silver Tree. HEX triplet: 5F, AC and 8B. RGB value is (95,172,139). Sum of RGB (Red+Green+Blue) = 95+172+139=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 139 (54.69% from 255 or 34.24% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #5FAC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FAC8B is #A05374. Grayscale: #919191. Windows color (decimal): -10507125 or 9153631. OLE color: 9153631.
HSL color Cylindrical-coordinate representation of color #5FAC8B: hue angle of 154.29º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5FAC8B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 95 | 172 | 139 | - |
| CMYK | 0.45 | 0 | 0.19 | 0.33 |
| HSL | 154.29º | 0.32% | 0.52% | - |
| HSV(B) | 154.29º | 0.45% | 0.67% | - |
| XYZ | 24.13 | 33.8 | 29.68 | - |
| YUV | 145.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 172 | 139 | 0.45 | 0 | 0.19 | 0.33 | 154.29 | 0.32 | 0.52 |
| Hex | 5F | AC | 8B | 2D | 0 | 13 | 21 | 9A | 20 | 34 |
| Octal | 137 | 254 | 213 | 55 | 0 | 23 | 41 | 232 | 40 | 64 |
| Binary | 1011111 | 10101100 | 10001011 | 101101 | 0 | 10011 | 100001 | 10011010 | 100000 | 110100 |
Color Harmonies of #5FAC8B
Complementary color
Monochromatic Colors of #5FAC8B
Black with #5FAC8B
Text Example
Text Example
White with #5FAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FAC8B; }
p { color: rgb(95,172,139); }
H1.HeaderClassName
{
color: #5FAC8B;
}
.AnyTagClassName
{
color: #5FAC8B;
}
</style>
background-color css
<style>
a { background-color: #5FAC8B; }
a { background-color: rgb(95,172,139); }
div.DivClassName
{
background-color: #5FAC8B;
}
.BgClassName
{
background-color: #5FAC8B;
}
</style>
border-color css
<style>
span { border-color: #5FAC8B; }
span { border-color: rgb(95,172,139); }
td.TdClassName
{
border-color: #5FAC8B;
}
.TagClassName
{
border-color: #5FAC8B;
}
</style>