Shades of Emerald #52BA7B
Tints of Emerald #52BA7B
RGB
CMYK
RGB Variations
Color information
#52BA7B (or 0x52BA7B) is known color: Emerald. HEX triplet: 52, BA and 7B. RGB value is (82,186,123). Sum of RGB (Red+Green+Blue) = 82+186+123=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 186 (73.05% from 255 or 47.57% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA7B is #AD4584. Grayscale: #939393. Windows color (decimal): -11355525 or 8108626. OLE color: 8108626.
HSL color Cylindrical-coordinate representation of color #52BA7B: hue angle of 143.65º 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 #52BA7B is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 82 | 186 | 123 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.27 |
| HSL | 143.65º | 0.43% | 0.53% | - |
| HSV(B) | 143.65º | 0.56% | 0.73% | - |
| XYZ | 24.61 | 38.34 | 24.84 | - |
| YUV | 147.72 | 114.04 | 81.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 186 | 123 | 0.56 | 0 | 0.34 | 0.27 | 143.65 | 0.43 | 0.53 |
| Hex | 52 | BA | 7B | 38 | 0 | 22 | 1B | 90 | 2B | 35 |
| Octal | 122 | 272 | 173 | 70 | 0 | 42 | 33 | 220 | 53 | 65 |
| Binary | 1010010 | 10111010 | 1111011 | 111000 | 0 | 100010 | 11011 | 10010000 | 101011 | 110101 |
Color Harmonies of #52BA7B
Complementary color
Monochromatic Colors of #52BA7B
Black with #52BA7B
Text Example
Text Example
White with #52BA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BA7B; }
p { color: rgb(82,186,123); }
H1.HeaderClassName
{
color: #52BA7B;
}
.AnyTagClassName
{
color: #52BA7B;
}
</style>
background-color css
<style>
a { background-color: #52BA7B; }
a { background-color: rgb(82,186,123); }
div.DivClassName
{
background-color: #52BA7B;
}
.BgClassName
{
background-color: #52BA7B;
}
</style>
border-color css
<style>
span { border-color: #52BA7B; }
span { border-color: rgb(82,186,123); }
td.TdClassName
{
border-color: #52BA7B;
}
.TagClassName
{
border-color: #52BA7B;
}
</style>