Shades of Silver Tree #52BC8C
Tints of Silver Tree #52BC8C
RGB
CMYK
RGB Variations
Color information
#52BC8C (or 0x52BC8C) is known color: Silver Tree. HEX triplet: 52, BC and 8C. RGB value is (82,188,140). Sum of RGB (Red+Green+Blue) = 82+188+140=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC8C is #AD4373. Grayscale: #969696. Windows color (decimal): -11354996 or 9223250. OLE color: 9223250.
HSL color Cylindrical-coordinate representation of color #52BC8C: hue angle of 152.83º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC8C is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 140 | - |
| CMYK | 0.56 | 0 | 0.26 | 0.26 |
| HSL | 152.83º | 0.44% | 0.53% | - |
| HSV(B) | 152.83º | 0.56% | 0.74% | - |
| XYZ | 26.2 | 39.65 | 31.08 | - |
| YUV | 150.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 140 | 0.56 | 0 | 0.26 | 0.26 | 152.83 | 0.44 | 0.53 |
| Hex | 52 | BC | 8C | 38 | 0 | 1A | 1A | 99 | 2C | 35 |
| Octal | 122 | 274 | 214 | 70 | 0 | 32 | 32 | 231 | 54 | 65 |
| Binary | 1010010 | 10111100 | 10001100 | 111000 | 0 | 11010 | 11010 | 10011001 | 101100 | 110101 |
Color Harmonies of #52BC8C
Complementary color
Monochromatic Colors of #52BC8C
Black with #52BC8C
Text Example
Text Example
White with #52BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC8C; }
p { color: rgb(82,188,140); }
H1.HeaderClassName
{
color: #52BC8C;
}
.AnyTagClassName
{
color: #52BC8C;
}
</style>
background-color css
<style>
a { background-color: #52BC8C; }
a { background-color: rgb(82,188,140); }
div.DivClassName
{
background-color: #52BC8C;
}
.BgClassName
{
background-color: #52BC8C;
}
</style>
border-color css
<style>
span { border-color: #52BC8C; }
span { border-color: rgb(82,188,140); }
td.TdClassName
{
border-color: #52BC8C;
}
.TagClassName
{
border-color: #52BC8C;
}
</style>