Shades of Silver Tree #60C08F
Tints of Silver Tree #60C08F
RGB
CMYK
RGB Variations
Color information
#60C08F (or 0x60C08F) is known color: Silver Tree. HEX triplet: 60, C0 and 8F. RGB value is (96,192,143). Sum of RGB (Red+Green+Blue) = 96+192+143=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #60C08F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C08F is #9F3F70. Grayscale: #9D9D9D. Windows color (decimal): -10436465 or 9420896. OLE color: 9420896.
HSL color Cylindrical-coordinate representation of color #60C08F: hue angle of 149.38º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C08F is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 192 | 143 | - |
| CMYK | 0.50 | 0 | 0.26 | 0.25 |
| HSL | 149.38º | 0.43% | 0.56% | - |
| HSV(B) | 149.38º | 0.5% | 0.75% | - |
| XYZ | 28.63 | 42.17 | 32.62 | - |
| YUV | 157.71 | 119.7 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 192 | 143 | 0.50 | 0 | 0.26 | 0.25 | 149.38 | 0.43 | 0.56 |
| Hex | 60 | C0 | 8F | 32 | 0 | 1A | 19 | 95 | 2B | 38 |
| Octal | 140 | 300 | 217 | 62 | 0 | 32 | 31 | 225 | 53 | 70 |
| Binary | 1100000 | 11000000 | 10001111 | 110010 | 0 | 11010 | 11001 | 10010101 | 101011 | 111000 |
Color Harmonies of #60C08F
Complementary color
Monochromatic Colors of #60C08F
Black with #60C08F
Text Example
Text Example
White with #60C08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C08F; }
p { color: rgb(96,192,143); }
H1.HeaderClassName
{
color: #60C08F;
}
.AnyTagClassName
{
color: #60C08F;
}
</style>
background-color css
<style>
a { background-color: #60C08F; }
a { background-color: rgb(96,192,143); }
div.DivClassName
{
background-color: #60C08F;
}
.BgClassName
{
background-color: #60C08F;
}
</style>
border-color css
<style>
span { border-color: #60C08F; }
span { border-color: rgb(96,192,143); }
td.TdClassName
{
border-color: #60C08F;
}
.TagClassName
{
border-color: #60C08F;
}
</style>