Shades of Emerald #52BB7A
Tints of Emerald #52BB7A
RGB
CMYK
RGB Variations
Color information
#52BB7A (or 0x52BB7A) is known color: Emerald. HEX triplet: 52, BB and 7A. RGB value is (82,187,122). Sum of RGB (Red+Green+Blue) = 82+187+122=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 187 (73.44% from 255 or 47.83% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB7A is #AD4485. Grayscale: #949494. Windows color (decimal): -11355270 or 8043346. OLE color: 8043346.
HSL color Cylindrical-coordinate representation of color #52BB7A: hue angle of 142.86º 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 #52BB7A is Cyan = 0.56, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 187 | 122 | - |
| CMYK | 0.56 | 0 | 0.35 | 0.27 |
| HSL | 142.86º | 0.44% | 0.53% | - |
| HSV(B) | 142.86º | 0.56% | 0.73% | - |
| XYZ | 24.76 | 38.74 | 24.58 | - |
| YUV | 148.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 187 | 122 | 0.56 | 0 | 0.35 | 0.27 | 142.86 | 0.44 | 0.53 |
| Hex | 52 | BB | 7A | 38 | 0 | 23 | 1B | 8F | 2C | 35 |
| Octal | 122 | 273 | 172 | 70 | 0 | 43 | 33 | 217 | 54 | 65 |
| Binary | 1010010 | 10111011 | 1111010 | 111000 | 0 | 100011 | 11011 | 10001111 | 101100 | 110101 |
Color Harmonies of #52BB7A
Complementary color
Monochromatic Colors of #52BB7A
Black with #52BB7A
Text Example
Text Example
White with #52BB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BB7A; }
p { color: rgb(82,187,122); }
H1.HeaderClassName
{
color: #52BB7A;
}
.AnyTagClassName
{
color: #52BB7A;
}
</style>
background-color css
<style>
a { background-color: #52BB7A; }
a { background-color: rgb(82,187,122); }
div.DivClassName
{
background-color: #52BB7A;
}
.BgClassName
{
background-color: #52BB7A;
}
</style>
border-color css
<style>
span { border-color: #52BB7A; }
span { border-color: rgb(82,187,122); }
td.TdClassName
{
border-color: #52BB7A;
}
.TagClassName
{
border-color: #52BB7A;
}
</style>