Shades of Silver Tree #60B893
Tints of Silver Tree #60B893
RGB
CMYK
RGB Variations
Color information
#60B893 (or 0x60B893) is known color: Silver Tree. HEX triplet: 60, B8 and 93. RGB value is (96,184,147). Sum of RGB (Red+Green+Blue) = 96+184+147=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #60B893 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B893 is #9F476C. Grayscale: #999999. Windows color (decimal): -10438509 or 9680992. OLE color: 9680992.
HSL color Cylindrical-coordinate representation of color #60B893: hue angle of 154.77º 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 #60B893 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 184 | 147 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.28 |
| HSL | 154.77º | 0.38% | 0.55% | - |
| HSV(B) | 154.77º | 0.48% | 0.72% | - |
| XYZ | 27.23 | 38.87 | 33.67 | - |
| YUV | 153.47 | 124.35 | 87.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 184 | 147 | 0.48 | 0 | 0.20 | 0.28 | 154.77 | 0.38 | 0.55 |
| Hex | 60 | B8 | 93 | 30 | 0 | 14 | 1C | 9B | 26 | 37 |
| Octal | 140 | 270 | 223 | 60 | 0 | 24 | 34 | 233 | 46 | 67 |
| Binary | 1100000 | 10111000 | 10010011 | 110000 | 0 | 10100 | 11100 | 10011011 | 100110 | 110111 |
Color Harmonies of #60B893
Complementary color
Monochromatic Colors of #60B893
Black with #60B893
Text Example
Text Example
White with #60B893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B893; }
p { color: rgb(96,184,147); }
H1.HeaderClassName
{
color: #60B893;
}
.AnyTagClassName
{
color: #60B893;
}
</style>
background-color css
<style>
a { background-color: #60B893; }
a { background-color: rgb(96,184,147); }
div.DivClassName
{
background-color: #60B893;
}
.BgClassName
{
background-color: #60B893;
}
</style>
border-color css
<style>
span { border-color: #60B893; }
span { border-color: rgb(96,184,147); }
td.TdClassName
{
border-color: #60B893;
}
.TagClassName
{
border-color: #60B893;
}
</style>