Shades of Silver Tree #53C48B
Tints of Silver Tree #53C48B
RGB
CMYK
RGB Variations
Color information
#53C48B (or 0x53C48B) is known color: Silver Tree. HEX triplet: 53, C4 and 8B. RGB value is (83,196,139). Sum of RGB (Red+Green+Blue) = 83+196+139=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 196 - color contains mainly: green. Hex color #53C48B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C48B is #AC3B74. Grayscale: #9B9B9B. Windows color (decimal): -11287413 or 9159763. OLE color: 9159763.
HSL color Cylindrical-coordinate representation of color #53C48B: hue angle of 149.73º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C48B is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 139 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.23 |
| HSL | 149.73º | 0.49% | 0.55% | - |
| HSV(B) | 149.73º | 0.58% | 0.77% | - |
| XYZ | 27.97 | 43.18 | 31.29 | - |
| YUV | 155.72 | 118.56 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 139 | 0.58 | 0 | 0.29 | 0.23 | 149.73 | 0.49 | 0.55 |
| Hex | 53 | C4 | 8B | 3A | 0 | 1D | 17 | 96 | 31 | 37 |
| Octal | 123 | 304 | 213 | 72 | 0 | 35 | 27 | 226 | 61 | 67 |
| Binary | 1010011 | 11000100 | 10001011 | 111010 | 0 | 11101 | 10111 | 10010110 | 110001 | 110111 |
Color Harmonies of #53C48B
Complementary color
Monochromatic Colors of #53C48B
Black with #53C48B
Text Example
Text Example
White with #53C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C48B; }
p { color: rgb(83,196,139); }
H1.HeaderClassName
{
color: #53C48B;
}
.AnyTagClassName
{
color: #53C48B;
}
</style>
background-color css
<style>
a { background-color: #53C48B; }
a { background-color: rgb(83,196,139); }
div.DivClassName
{
background-color: #53C48B;
}
.BgClassName
{
background-color: #53C48B;
}
</style>
border-color css
<style>
span { border-color: #53C48B; }
span { border-color: rgb(83,196,139); }
td.TdClassName
{
border-color: #53C48B;
}
.TagClassName
{
border-color: #53C48B;
}
</style>