Shades of Emerald #52BA6C
Tints of Emerald #52BA6C
RGB
CMYK
RGB Variations
Color information
#52BA6C (or 0x52BA6C) is known color: Emerald. HEX triplet: 52, BA and 6C. RGB value is (82,186,108). Sum of RGB (Red+Green+Blue) = 82+186+108=376 (49% of max value = 765). Red value is 82 (32.42% from 255 or 21.81% from 376); Green value is 186 (73.05% from 255 or 49.47% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA6C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA6C is #AD4593. Grayscale: #929292. Windows color (decimal): -11355540 or 7125586. OLE color: 7125586.
HSL color Cylindrical-coordinate representation of color #52BA6C: hue angle of 135º 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 #52BA6C is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 108 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.27 |
| HSL | 135º | 0.43% | 0.53% | - |
| HSV(B) | 135º | 0.56% | 0.73% | - |
| XYZ | 23.75 | 37.99 | 20.27 | - |
| YUV | 146.01 | 106.54 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 108 | 0.56 | 0 | 0.42 | 0.27 | 135 | 0.43 | 0.53 |
| Hex | 52 | BA | 6C | 38 | 0 | 2A | 1B | 87 | 2B | 35 |
| Octal | 122 | 272 | 154 | 70 | 0 | 52 | 33 | 207 | 53 | 65 |
| Binary | 1010010 | 10111010 | 1101100 | 111000 | 0 | 101010 | 11011 | 10000111 | 101011 | 110101 |
Color Harmonies of #52BA6C
Complementary color
Monochromatic Colors of #52BA6C
Black with #52BA6C
Text Example
Text Example
White with #52BA6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA6C; }
p { color: rgb(82,186,108); }
H1.HeaderClassName
{
color: #52BA6C;
}
.AnyTagClassName
{
color: #52BA6C;
}
</style>
background-color css
<style>
a { background-color: #52BA6C; }
a { background-color: rgb(82,186,108); }
div.DivClassName
{
background-color: #52BA6C;
}
.BgClassName
{
background-color: #52BA6C;
}
</style>
border-color css
<style>
span { border-color: #52BA6C; }
span { border-color: rgb(82,186,108); }
td.TdClassName
{
border-color: #52BA6C;
}
.TagClassName
{
border-color: #52BA6C;
}
</style>