Shades of Silver Tree #52BB8C
Tints of Silver Tree #52BB8C
RGB
CMYK
RGB Variations
Color information
#52BB8C (or 0x52BB8C) is known color: Silver Tree. HEX triplet: 52, BB and 8C. RGB value is (82,187,140). Sum of RGB (Red+Green+Blue) = 82+187+140=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BB8C is #AD4473. Grayscale: #969696. Windows color (decimal): -11355252 or 9222994. OLE color: 9222994.
HSL color Cylindrical-coordinate representation of color #52BB8C: hue angle of 153.14º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BB8C is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 140 | - |
| CMYK | 0.56 | 0 | 0.25 | 0.27 |
| HSL | 153.14º | 0.44% | 0.53% | - |
| HSV(B) | 153.14º | 0.56% | 0.73% | - |
| XYZ | 25.98 | 39.23 | 31.01 | - |
| YUV | 150.25 | 122.21 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 140 | 0.56 | 0 | 0.25 | 0.27 | 153.14 | 0.44 | 0.53 |
| Hex | 52 | BB | 8C | 38 | 0 | 19 | 1B | 99 | 2C | 35 |
| Octal | 122 | 273 | 214 | 70 | 0 | 31 | 33 | 231 | 54 | 65 |
| Binary | 1010010 | 10111011 | 10001100 | 111000 | 0 | 11001 | 11011 | 10011001 | 101100 | 110101 |
Color Harmonies of #52BB8C
Complementary color
Monochromatic Colors of #52BB8C
Black with #52BB8C
Text Example
Text Example
White with #52BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB8C; }
p { color: rgb(82,187,140); }
H1.HeaderClassName
{
color: #52BB8C;
}
.AnyTagClassName
{
color: #52BB8C;
}
</style>
background-color css
<style>
a { background-color: #52BB8C; }
a { background-color: rgb(82,187,140); }
div.DivClassName
{
background-color: #52BB8C;
}
.BgClassName
{
background-color: #52BB8C;
}
</style>
border-color css
<style>
span { border-color: #52BB8C; }
span { border-color: rgb(82,187,140); }
td.TdClassName
{
border-color: #52BB8C;
}
.TagClassName
{
border-color: #52BB8C;
}
</style>