Shades of Silver Tree #60B88F
Tints of Silver Tree #60B88F
RGB
CMYK
RGB Variations
Color information
#60B88F (or 0x60B88F) is known color: Silver Tree. HEX triplet: 60, B8 and 8F. RGB value is (96,184,143). Sum of RGB (Red+Green+Blue) = 96+184+143=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #60B88F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B88F is #9F4770. Grayscale: #999999. Windows color (decimal): -10438513 or 9418848. OLE color: 9418848.
HSL color Cylindrical-coordinate representation of color #60B88F: hue angle of 152.05º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60B88F is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 143 | - |
| CMYK | 0.48 | 0 | 0.22 | 0.28 |
| HSL | 152.05º | 0.38% | 0.55% | - |
| HSV(B) | 152.05º | 0.48% | 0.72% | - |
| XYZ | 26.92 | 38.75 | 32.05 | - |
| YUV | 153.01 | 122.35 | 87.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 143 | 0.48 | 0 | 0.22 | 0.28 | 152.05 | 0.38 | 0.55 |
| Hex | 60 | B8 | 8F | 30 | 0 | 16 | 1C | 98 | 26 | 37 |
| Octal | 140 | 270 | 217 | 60 | 0 | 26 | 34 | 230 | 46 | 67 |
| Binary | 1100000 | 10111000 | 10001111 | 110000 | 0 | 10110 | 11100 | 10011000 | 100110 | 110111 |
Color Harmonies of #60B88F
Complementary color
Monochromatic Colors of #60B88F
Black with #60B88F
Text Example
Text Example
White with #60B88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B88F; }
p { color: rgb(96,184,143); }
H1.HeaderClassName
{
color: #60B88F;
}
.AnyTagClassName
{
color: #60B88F;
}
</style>
background-color css
<style>
a { background-color: #60B88F; }
a { background-color: rgb(96,184,143); }
div.DivClassName
{
background-color: #60B88F;
}
.BgClassName
{
background-color: #60B88F;
}
</style>
border-color css
<style>
span { border-color: #60B88F; }
span { border-color: rgb(96,184,143); }
td.TdClassName
{
border-color: #60B88F;
}
.TagClassName
{
border-color: #60B88F;
}
</style>