Shades of Emerald #52BA7C
Tints of Emerald #52BA7C
RGB
CMYK
RGB Variations
Color information
#52BA7C (or 0x52BA7C) is known color: Emerald. HEX triplet: 52, BA and 7C. RGB value is (82,186,124). Sum of RGB (Red+Green+Blue) = 82+186+124=392 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.92% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 124 (48.83% from 255 or 31.63% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA7C is #AD4583. Grayscale: #939393. Windows color (decimal): -11355524 or 8174162. OLE color: 8174162.
HSL color Cylindrical-coordinate representation of color #52BA7C: hue angle of 144.23º degrees, saturation: 0.43, 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 #52BA7C is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 124 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.27 |
| HSL | 144.23º | 0.43% | 0.53% | - |
| HSV(B) | 144.23º | 0.56% | 0.73% | - |
| XYZ | 24.68 | 38.37 | 25.17 | - |
| YUV | 147.84 | 114.54 | 81.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 124 | 0.56 | 0 | 0.33 | 0.27 | 144.23 | 0.43 | 0.53 |
| Hex | 52 | BA | 7C | 38 | 0 | 21 | 1B | 90 | 2B | 35 |
| Octal | 122 | 272 | 174 | 70 | 0 | 41 | 33 | 220 | 53 | 65 |
| Binary | 1010010 | 10111010 | 1111100 | 111000 | 0 | 100001 | 11011 | 10010000 | 101011 | 110101 |
Color Harmonies of #52BA7C
Complementary color
Monochromatic Colors of #52BA7C
Black with #52BA7C
Text Example
Text Example
White with #52BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA7C; }
p { color: rgb(82,186,124); }
H1.HeaderClassName
{
color: #52BA7C;
}
.AnyTagClassName
{
color: #52BA7C;
}
</style>
background-color css
<style>
a { background-color: #52BA7C; }
a { background-color: rgb(82,186,124); }
div.DivClassName
{
background-color: #52BA7C;
}
.BgClassName
{
background-color: #52BA7C;
}
</style>
border-color css
<style>
span { border-color: #52BA7C; }
span { border-color: rgb(82,186,124); }
td.TdClassName
{
border-color: #52BA7C;
}
.TagClassName
{
border-color: #52BA7C;
}
</style>