Shades of Emerald #52C886
Tints of Emerald #52C886
RGB
CMYK
RGB Variations
Color information
#52C886 (or 0x52C886) is known color: Emerald. HEX triplet: 52, C8 and 86. RGB value is (82,200,134). Sum of RGB (Red+Green+Blue) = 82+200+134=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 134 (52.73% from 255 or 32.21% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #52C886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C886 is #AD3779. Grayscale: #9D9D9D. Windows color (decimal): -11351930 or 8833106. OLE color: 8833106.
HSL color Cylindrical-coordinate representation of color #52C886: hue angle of 146.44º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C886 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 134 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.22 |
| HSL | 146.44º | 0.52% | 0.55% | - |
| HSV(B) | 146.44º | 0.59% | 0.78% | - |
| XYZ | 28.44 | 44.82 | 29.71 | - |
| YUV | 157.19 | 114.91 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 134 | 0.59 | 0 | 0.33 | 0.22 | 146.44 | 0.52 | 0.55 |
| Hex | 52 | C8 | 86 | 3B | 0 | 21 | 16 | 92 | 34 | 37 |
| Octal | 122 | 310 | 206 | 73 | 0 | 41 | 26 | 222 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10000110 | 111011 | 0 | 100001 | 10110 | 10010010 | 110100 | 110111 |
Color Harmonies of #52C886
Complementary color
Monochromatic Colors of #52C886
Black with #52C886
Text Example
Text Example
White with #52C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C886; }
p { color: rgb(82,200,134); }
H1.HeaderClassName
{
color: #52C886;
}
.AnyTagClassName
{
color: #52C886;
}
</style>
background-color css
<style>
a { background-color: #52C886; }
a { background-color: rgb(82,200,134); }
div.DivClassName
{
background-color: #52C886;
}
.BgClassName
{
background-color: #52C886;
}
</style>
border-color css
<style>
span { border-color: #52C886; }
span { border-color: rgb(82,200,134); }
td.TdClassName
{
border-color: #52C886;
}
.TagClassName
{
border-color: #52C886;
}
</style>