Shades of Emerald #52BD86
Tints of Emerald #52BD86
RGB
CMYK
RGB Variations
Color information
#52BD86 (or 0x52BD86) is known color: Emerald. HEX triplet: 52, BD and 86. RGB value is (82,189,134). Sum of RGB (Red+Green+Blue) = 82+189+134=405 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.25% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BD86 is #AD4279. Grayscale: #969696. Windows color (decimal): -11354746 or 8830290. OLE color: 8830290.
HSL color Cylindrical-coordinate representation of color #52BD86: hue angle of 149.16º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD86 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 134 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.26 |
| HSL | 149.16º | 0.45% | 0.53% | - |
| HSV(B) | 149.16º | 0.57% | 0.74% | - |
| XYZ | 25.98 | 39.91 | 28.89 | - |
| YUV | 150.74 | 118.55 | 78.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 134 | 0.57 | 0 | 0.29 | 0.26 | 149.16 | 0.45 | 0.53 |
| Hex | 52 | BD | 86 | 39 | 0 | 1D | 1A | 95 | 2D | 35 |
| Octal | 122 | 275 | 206 | 71 | 0 | 35 | 32 | 225 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10000110 | 111001 | 0 | 11101 | 11010 | 10010101 | 101101 | 110101 |
Color Harmonies of #52BD86
Complementary color
Monochromatic Colors of #52BD86
Black with #52BD86
Text Example
Text Example
White with #52BD86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BD86; }
p { color: rgb(82,189,134); }
H1.HeaderClassName
{
color: #52BD86;
}
.AnyTagClassName
{
color: #52BD86;
}
</style>
background-color css
<style>
a { background-color: #52BD86; }
a { background-color: rgb(82,189,134); }
div.DivClassName
{
background-color: #52BD86;
}
.BgClassName
{
background-color: #52BD86;
}
</style>
border-color css
<style>
span { border-color: #52BD86; }
span { border-color: rgb(82,189,134); }
td.TdClassName
{
border-color: #52BD86;
}
.TagClassName
{
border-color: #52BD86;
}
</style>