Shades of Silver Tree #60B38E
Tints of Silver Tree #60B38E
RGB
CMYK
RGB Variations
Color information
#60B38E (or 0x60B38E) is known color: Silver Tree. HEX triplet: 60, B3 and 8E. RGB value is (96,179,142). Sum of RGB (Red+Green+Blue) = 96+179+142=417 (55% of max value = 765). Red value is 96 (37.89% from 255 or 23.02% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 179 - color contains mainly: green. Hex color #60B38E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B38E is #9F4C71. Grayscale: #969696. Windows color (decimal): -10439794 or 9352032. OLE color: 9352032.
HSL color Cylindrical-coordinate representation of color #60B38E: hue angle of 153.25º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #60B38E is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 96 | 179 | 142 | - |
| CMYK | 0.46 | 0 | 0.21 | 0.30 |
| HSL | 153.25º | 0.35% | 0.54% | - |
| HSV(B) | 153.25º | 0.46% | 0.7% | - |
| XYZ | 25.83 | 36.68 | 31.31 | - |
| YUV | 149.97 | 123.5 | 89.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 179 | 142 | 0.46 | 0 | 0.21 | 0.30 | 153.25 | 0.35 | 0.54 |
| Hex | 60 | B3 | 8E | 2E | 0 | 15 | 1E | 99 | 23 | 36 |
| Octal | 140 | 263 | 216 | 56 | 0 | 25 | 36 | 231 | 43 | 66 |
| Binary | 1100000 | 10110011 | 10001110 | 101110 | 0 | 10101 | 11110 | 10011001 | 100011 | 110110 |
Color Harmonies of #60B38E
Complementary color
Monochromatic Colors of #60B38E
Black with #60B38E
Text Example
Text Example
White with #60B38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B38E; }
p { color: rgb(96,179,142); }
H1.HeaderClassName
{
color: #60B38E;
}
.AnyTagClassName
{
color: #60B38E;
}
</style>
background-color css
<style>
a { background-color: #60B38E; }
a { background-color: rgb(96,179,142); }
div.DivClassName
{
background-color: #60B38E;
}
.BgClassName
{
background-color: #60B38E;
}
</style>
border-color css
<style>
span { border-color: #60B38E; }
span { border-color: rgb(96,179,142); }
td.TdClassName
{
border-color: #60B38E;
}
.TagClassName
{
border-color: #60B38E;
}
</style>