Shades of Silver Tree #60BA88
Tints of Silver Tree #60BA88
RGB
CMYK
RGB Variations
Color information
#60BA88 (or 0x60BA88) is known color: Silver Tree. HEX triplet: 60, BA and 88. RGB value is (96,186,136). Sum of RGB (Red+Green+Blue) = 96+186+136=418 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.97% from 418); Green value is 186 (73.05% from 255 or 44.50% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BA88 is #9F4577. Grayscale: #999999. Windows color (decimal): -10438008 or 8960608. OLE color: 8960608.
HSL color Cylindrical-coordinate representation of color #60BA88: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA88 is Cyan = 0.48, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 186 | 136 | - |
| CMYK | 0.48 | 0 | 0.27 | 0.27 |
| HSL | 146.67º | 0.39% | 0.55% | - |
| HSV(B) | 146.67º | 0.48% | 0.73% | - |
| XYZ | 26.83 | 39.38 | 29.48 | - |
| YUV | 153.39 | 118.18 | 87.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 186 | 136 | 0.48 | 0 | 0.27 | 0.27 | 146.67 | 0.39 | 0.55 |
| Hex | 60 | BA | 88 | 30 | 0 | 1B | 1B | 93 | 27 | 37 |
| Octal | 140 | 272 | 210 | 60 | 0 | 33 | 33 | 223 | 47 | 67 |
| Binary | 1100000 | 10111010 | 10001000 | 110000 | 0 | 11011 | 11011 | 10010011 | 100111 | 110111 |
Color Harmonies of #60BA88
Complementary color
Monochromatic Colors of #60BA88
Black with #60BA88
Text Example
Text Example
White with #60BA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BA88; }
p { color: rgb(96,186,136); }
H1.HeaderClassName
{
color: #60BA88;
}
.AnyTagClassName
{
color: #60BA88;
}
</style>
background-color css
<style>
a { background-color: #60BA88; }
a { background-color: rgb(96,186,136); }
div.DivClassName
{
background-color: #60BA88;
}
.BgClassName
{
background-color: #60BA88;
}
</style>
border-color css
<style>
span { border-color: #60BA88; }
span { border-color: rgb(96,186,136); }
td.TdClassName
{
border-color: #60BA88;
}
.TagClassName
{
border-color: #60BA88;
}
</style>