Shades of Silver Tree #60AB88
Tints of Silver Tree #60AB88
RGB
CMYK
RGB Variations
Color information
#60AB88 (or 0x60AB88) is known color: Silver Tree. HEX triplet: 60, AB and 88. RGB value is (96,171,136). Sum of RGB (Red+Green+Blue) = 96+171+136=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 171 (67.19% from 255 or 42.43% from 403); Blue value is 136 (53.52% from 255 or 33.75% from 403); Max value from RGB is 171 - color contains mainly: green. Hex color #60AB88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AB88 is #9F5477. Grayscale: #909090. Windows color (decimal): -10441848 or 8956768. OLE color: 8956768.
HSL color Cylindrical-coordinate representation of color #60AB88: hue angle of 152º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #60AB88 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 96 | 171 | 136 | - |
| CMYK | 0.44 | 0 | 0.20 | 0.33 |
| HSL | 152º | 0.31% | 0.52% | - |
| HSV(B) | 152º | 0.44% | 0.67% | - |
| XYZ | 23.83 | 33.39 | 28.48 | - |
| YUV | 144.59 | 123.15 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 171 | 136 | 0.44 | 0 | 0.20 | 0.33 | 152 | 0.31 | 0.52 |
| Hex | 60 | AB | 88 | 2C | 0 | 14 | 21 | 98 | 1F | 34 |
| Octal | 140 | 253 | 210 | 54 | 0 | 24 | 41 | 230 | 37 | 64 |
| Binary | 1100000 | 10101011 | 10001000 | 101100 | 0 | 10100 | 100001 | 10011000 | 11111 | 110100 |
Color Harmonies of #60AB88
Complementary color
Monochromatic Colors of #60AB88
Black with #60AB88
Text Example
Text Example
White with #60AB88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AB88; }
p { color: rgb(96,171,136); }
H1.HeaderClassName
{
color: #60AB88;
}
.AnyTagClassName
{
color: #60AB88;
}
</style>
background-color css
<style>
a { background-color: #60AB88; }
a { background-color: rgb(96,171,136); }
div.DivClassName
{
background-color: #60AB88;
}
.BgClassName
{
background-color: #60AB88;
}
</style>
border-color css
<style>
span { border-color: #60AB88; }
span { border-color: rgb(96,171,136); }
td.TdClassName
{
border-color: #60AB88;
}
.TagClassName
{
border-color: #60AB88;
}
</style>