Shades of Silver Tree #60BC90
Tints of Silver Tree #60BC90
RGB
CMYK
RGB Variations
Color information
#60BC90 (or 0x60BC90) is known color: Silver Tree. HEX triplet: 60, BC and 90. RGB value is (96,188,144). Sum of RGB (Red+Green+Blue) = 96+188+144=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 144 (56.64% from 255 or 33.64% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #60BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60BC90 is #9F436F. Grayscale: #9B9B9B. Windows color (decimal): -10437488 or 9485408. OLE color: 9485408.
HSL color Cylindrical-coordinate representation of color #60BC90: hue angle of 151.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BC90 is Cyan = 0.49, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 96 | 188 | 144 | - |
| CMYK | 0.49 | 0 | 0.23 | 0.26 |
| HSL | 151.3º | 0.41% | 0.56% | - |
| HSV(B) | 151.3º | 0.49% | 0.74% | - |
| XYZ | 27.84 | 40.47 | 32.73 | - |
| YUV | 155.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 188 | 144 | 0.49 | 0 | 0.23 | 0.26 | 151.3 | 0.41 | 0.56 |
| Hex | 60 | BC | 90 | 31 | 0 | 17 | 1A | 97 | 29 | 38 |
| Octal | 140 | 274 | 220 | 61 | 0 | 27 | 32 | 227 | 51 | 70 |
| Binary | 1100000 | 10111100 | 10010000 | 110001 | 0 | 10111 | 11010 | 10010111 | 101001 | 111000 |
Color Harmonies of #60BC90
Complementary color
Monochromatic Colors of #60BC90
Black with #60BC90
Text Example
Text Example
White with #60BC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60BC90; }
p { color: rgb(96,188,144); }
H1.HeaderClassName
{
color: #60BC90;
}
.AnyTagClassName
{
color: #60BC90;
}
</style>
background-color css
<style>
a { background-color: #60BC90; }
a { background-color: rgb(96,188,144); }
div.DivClassName
{
background-color: #60BC90;
}
.BgClassName
{
background-color: #60BC90;
}
</style>
border-color css
<style>
span { border-color: #60BC90; }
span { border-color: rgb(96,188,144); }
td.TdClassName
{
border-color: #60BC90;
}
.TagClassName
{
border-color: #60BC90;
}
</style>