Shades of Silver Tree #53C48C
Tints of Silver Tree #53C48C
RGB
CMYK
RGB Variations
Color information
#53C48C (or 0x53C48C) is known color: Silver Tree. HEX triplet: 53, C4 and 8C. RGB value is (83,196,140). Sum of RGB (Red+Green+Blue) = 83+196+140=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 196 (76.95% from 255 or 46.78% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 196 - color contains mainly: green. Hex color #53C48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C48C is #AC3B73. Grayscale: #9B9B9B. Windows color (decimal): -11287412 or 9225299. OLE color: 9225299.
HSL color Cylindrical-coordinate representation of color #53C48C: hue angle of 150.27º 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 #53C48C is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 83 | 196 | 140 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.23 |
| HSL | 150.27º | 0.49% | 0.55% | - |
| HSV(B) | 150.27º | 0.58% | 0.77% | - |
| XYZ | 28.04 | 43.21 | 31.67 | - |
| YUV | 155.83 | 119.06 | 76.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 196 | 140 | 0.58 | 0 | 0.29 | 0.23 | 150.27 | 0.49 | 0.55 |
| Hex | 53 | C4 | 8C | 3A | 0 | 1D | 17 | 96 | 31 | 37 |
| Octal | 123 | 304 | 214 | 72 | 0 | 35 | 27 | 226 | 61 | 67 |
| Binary | 1010011 | 11000100 | 10001100 | 111010 | 0 | 11101 | 10111 | 10010110 | 110001 | 110111 |
Color Harmonies of #53C48C
Complementary color
Monochromatic Colors of #53C48C
Black with #53C48C
Text Example
Text Example
White with #53C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C48C; }
p { color: rgb(83,196,140); }
H1.HeaderClassName
{
color: #53C48C;
}
.AnyTagClassName
{
color: #53C48C;
}
</style>
background-color css
<style>
a { background-color: #53C48C; }
a { background-color: rgb(83,196,140); }
div.DivClassName
{
background-color: #53C48C;
}
.BgClassName
{
background-color: #53C48C;
}
</style>
border-color css
<style>
span { border-color: #53C48C; }
span { border-color: rgb(83,196,140); }
td.TdClassName
{
border-color: #53C48C;
}
.TagClassName
{
border-color: #53C48C;
}
</style>