Shades of Silver Tree #60C996
Tints of Silver Tree #60C996
RGB
CMYK
RGB Variations
Color information
#60C996 (or 0x60C996) is known color: Silver Tree. HEX triplet: 60, C9 and 96. RGB value is (96,201,150). Sum of RGB (Red+Green+Blue) = 96+201+150=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 201 (78.91% from 255 or 44.97% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 201 - color contains mainly: green. Hex color #60C996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C996 is #9F3669. Grayscale: #A3A3A3. Windows color (decimal): -10434154 or 9881952. OLE color: 9881952.
HSL color Cylindrical-coordinate representation of color #60C996: hue angle of 150.86º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60C996 is Cyan = 0.52, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 96 | 201 | 150 | - |
| CMYK | 0.52 | 0 | 0.25 | 0.21 |
| HSL | 150.86º | 0.49% | 0.58% | - |
| HSV(B) | 150.86º | 0.52% | 0.79% | - |
| XYZ | 31.22 | 46.46 | 36.18 | - |
| YUV | 163.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 201 | 150 | 0.52 | 0 | 0.25 | 0.21 | 150.86 | 0.49 | 0.58 |
| Hex | 60 | C9 | 96 | 34 | 0 | 19 | 15 | 97 | 31 | 3A |
| Octal | 140 | 311 | 226 | 64 | 0 | 31 | 25 | 227 | 61 | 72 |
| Binary | 1100000 | 11001001 | 10010110 | 110100 | 0 | 11001 | 10101 | 10010111 | 110001 | 111010 |
Color Harmonies of #60C996
Complementary color
Monochromatic Colors of #60C996
Black with #60C996
Text Example
Text Example
White with #60C996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60C996; }
p { color: rgb(96,201,150); }
H1.HeaderClassName
{
color: #60C996;
}
.AnyTagClassName
{
color: #60C996;
}
</style>
background-color css
<style>
a { background-color: #60C996; }
a { background-color: rgb(96,201,150); }
div.DivClassName
{
background-color: #60C996;
}
.BgClassName
{
background-color: #60C996;
}
</style>
border-color css
<style>
span { border-color: #60C996; }
span { border-color: rgb(96,201,150); }
td.TdClassName
{
border-color: #60C996;
}
.TagClassName
{
border-color: #60C996;
}
</style>