Shades of Silver Tree #60C198
Tints of Silver Tree #60C198
RGB
CMYK
RGB Variations
Color information
#60C198 (or 0x60C198) is known color: Silver Tree. HEX triplet: 60, C1 and 98. RGB value is (96,193,152). Sum of RGB (Red+Green+Blue) = 96+193+152=441 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.77% from 441); Green value is 193 (75.78% from 255 or 43.76% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 193 - color contains mainly: green. Hex color #60C198 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C198 is #9F3E67. Grayscale: #9F9F9F. Windows color (decimal): -10436200 or 10010976. OLE color: 10010976.
HSL color Cylindrical-coordinate representation of color #60C198: hue angle of 154.64º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60C198 is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 96 | 193 | 152 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.24 |
| HSL | 154.64º | 0.44% | 0.57% | - |
| HSV(B) | 154.64º | 0.5% | 0.76% | - |
| XYZ | 29.56 | 42.89 | 36.43 | - |
| YUV | 159.32 | 123.86 | 82.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 193 | 152 | 0.50 | 0 | 0.21 | 0.24 | 154.64 | 0.44 | 0.57 |
| Hex | 60 | C1 | 98 | 32 | 0 | 15 | 18 | 9B | 2C | 39 |
| Octal | 140 | 301 | 230 | 62 | 0 | 25 | 30 | 233 | 54 | 71 |
| Binary | 1100000 | 11000001 | 10011000 | 110010 | 0 | 10101 | 11000 | 10011011 | 101100 | 111001 |
Color Harmonies of #60C198
Complementary color
Monochromatic Colors of #60C198
Black with #60C198
Text Example
Text Example
White with #60C198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C198; }
p { color: rgb(96,193,152); }
H1.HeaderClassName
{
color: #60C198;
}
.AnyTagClassName
{
color: #60C198;
}
</style>
background-color css
<style>
a { background-color: #60C198; }
a { background-color: rgb(96,193,152); }
div.DivClassName
{
background-color: #60C198;
}
.BgClassName
{
background-color: #60C198;
}
</style>
border-color css
<style>
span { border-color: #60C198; }
span { border-color: rgb(96,193,152); }
td.TdClassName
{
border-color: #60C198;
}
.TagClassName
{
border-color: #60C198;
}
</style>