Shades of Silver Tree #63BC96
Tints of Silver Tree #63BC96
RGB
CMYK
RGB Variations
Color information
#63BC96 (or 0x63BC96) is known color: Silver Tree. HEX triplet: 63, BC and 96. RGB value is (99,188,150). Sum of RGB (Red+Green+Blue) = 99+188+150=437 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.65% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #63BC96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BC96 is #9C4369. Grayscale: #9D9D9D. Windows color (decimal): -10240874 or 9878627. OLE color: 9878627.
HSL color Cylindrical-coordinate representation of color #63BC96: hue angle of 154.38º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BC96 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 150 | - |
| CMYK | 0.47 | 0 | 0.20 | 0.26 |
| HSL | 154.38º | 0.4% | 0.56% | - |
| HSV(B) | 154.38º | 0.47% | 0.74% | - |
| XYZ | 28.63 | 40.82 | 35.22 | - |
| YUV | 157.06 | 124.01 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 150 | 0.47 | 0 | 0.20 | 0.26 | 154.38 | 0.4 | 0.56 |
| Hex | 63 | BC | 96 | 2F | 0 | 14 | 1A | 9A | 28 | 38 |
| Octal | 143 | 274 | 226 | 57 | 0 | 24 | 32 | 232 | 50 | 70 |
| Binary | 1100011 | 10111100 | 10010110 | 101111 | 0 | 10100 | 11010 | 10011010 | 101000 | 111000 |
Color Harmonies of #63BC96
Complementary color
Monochromatic Colors of #63BC96
Black with #63BC96
Text Example
Text Example
White with #63BC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BC96; }
p { color: rgb(99,188,150); }
H1.HeaderClassName
{
color: #63BC96;
}
.AnyTagClassName
{
color: #63BC96;
}
</style>
background-color css
<style>
a { background-color: #63BC96; }
a { background-color: rgb(99,188,150); }
div.DivClassName
{
background-color: #63BC96;
}
.BgClassName
{
background-color: #63BC96;
}
</style>
border-color css
<style>
span { border-color: #63BC96; }
span { border-color: rgb(99,188,150); }
td.TdClassName
{
border-color: #63BC96;
}
.TagClassName
{
border-color: #63BC96;
}
</style>