Shades of Silver Tree #53C18C
Tints of Silver Tree #53C18C
RGB
CMYK
RGB Variations
Color information
#53C18C (or 0x53C18C) is known color: Silver Tree. HEX triplet: 53, C1 and 8C. RGB value is (83,193,140). Sum of RGB (Red+Green+Blue) = 83+193+140=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 140 (55.08% from 255 or 33.65% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #53C18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C18C is #AC3E73. Grayscale: #9A9A9A. Windows color (decimal): -11288180 or 9224531. OLE color: 9224531.
HSL color Cylindrical-coordinate representation of color #53C18C: hue angle of 151.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C18C is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 140 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.24 |
| HSL | 151.09º | 0.47% | 0.54% | - |
| HSV(B) | 151.09º | 0.57% | 0.76% | - |
| XYZ | 27.37 | 41.87 | 31.45 | - |
| YUV | 154.07 | 120.06 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 140 | 0.57 | 0 | 0.27 | 0.24 | 151.09 | 0.47 | 0.54 |
| Hex | 53 | C1 | 8C | 39 | 0 | 1B | 18 | 97 | 2F | 36 |
| Octal | 123 | 301 | 214 | 71 | 0 | 33 | 30 | 227 | 57 | 66 |
| Binary | 1010011 | 11000001 | 10001100 | 111001 | 0 | 11011 | 11000 | 10010111 | 101111 | 110110 |
Color Harmonies of #53C18C
Complementary color
Monochromatic Colors of #53C18C
Black with #53C18C
Text Example
Text Example
White with #53C18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C18C; }
p { color: rgb(83,193,140); }
H1.HeaderClassName
{
color: #53C18C;
}
.AnyTagClassName
{
color: #53C18C;
}
</style>
background-color css
<style>
a { background-color: #53C18C; }
a { background-color: rgb(83,193,140); }
div.DivClassName
{
background-color: #53C18C;
}
.BgClassName
{
background-color: #53C18C;
}
</style>
border-color css
<style>
span { border-color: #53C18C; }
span { border-color: rgb(83,193,140); }
td.TdClassName
{
border-color: #53C18C;
}
.TagClassName
{
border-color: #53C18C;
}
</style>