Shades of Silver Tree #52BE8C
Tints of Silver Tree #52BE8C
RGB
CMYK
RGB Variations
Color information
#52BE8C (or 0x52BE8C) is known color: Silver Tree. HEX triplet: 52, BE and 8C. RGB value is (82,190,140). Sum of RGB (Red+Green+Blue) = 82+190+140=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #52BE8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BE8C is #AD4173. Grayscale: #989898. Windows color (decimal): -11354484 or 9223762. OLE color: 9223762.
HSL color Cylindrical-coordinate representation of color #52BE8C: hue angle of 152.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BE8C is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 140 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.25 |
| HSL | 152.22º | 0.45% | 0.53% | - |
| HSV(B) | 152.22º | 0.57% | 0.75% | - |
| XYZ | 26.63 | 40.51 | 31.23 | - |
| YUV | 152.01 | 121.22 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 140 | 0.57 | 0 | 0.26 | 0.25 | 152.22 | 0.45 | 0.53 |
| Hex | 52 | BE | 8C | 39 | 0 | 1A | 19 | 98 | 2D | 35 |
| Octal | 122 | 276 | 214 | 71 | 0 | 32 | 31 | 230 | 55 | 65 |
| Binary | 1010010 | 10111110 | 10001100 | 111001 | 0 | 11010 | 11001 | 10011000 | 101101 | 110101 |
Color Harmonies of #52BE8C
Complementary color
Monochromatic Colors of #52BE8C
Black with #52BE8C
Text Example
Text Example
White with #52BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BE8C; }
p { color: rgb(82,190,140); }
H1.HeaderClassName
{
color: #52BE8C;
}
.AnyTagClassName
{
color: #52BE8C;
}
</style>
background-color css
<style>
a { background-color: #52BE8C; }
a { background-color: rgb(82,190,140); }
div.DivClassName
{
background-color: #52BE8C;
}
.BgClassName
{
background-color: #52BE8C;
}
</style>
border-color css
<style>
span { border-color: #52BE8C; }
span { border-color: rgb(82,190,140); }
td.TdClassName
{
border-color: #52BE8C;
}
.TagClassName
{
border-color: #52BE8C;
}
</style>