Shades of Emerald #52C086
Tints of Emerald #52C086
RGB
CMYK
RGB Variations
Color information
#52C086 (or 0x52C086) is known color: Emerald. HEX triplet: 52, C0 and 86. RGB value is (82,192,134). Sum of RGB (Red+Green+Blue) = 82+192+134=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 134 (52.73% from 255 or 32.84% from 408); Max value from RGB is 192 - color contains mainly: green. Hex color #52C086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C086 is #AD3F79. Grayscale: #989898. Windows color (decimal): -11353978 or 8831058. OLE color: 8831058.
HSL color Cylindrical-coordinate representation of color #52C086: hue angle of 148.36º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52C086 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 134 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.25 |
| HSL | 148.36º | 0.47% | 0.54% | - |
| HSV(B) | 148.36º | 0.57% | 0.75% | - |
| XYZ | 26.63 | 41.21 | 29.11 | - |
| YUV | 152.5 | 117.56 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 134 | 0.57 | 0 | 0.30 | 0.25 | 148.36 | 0.47 | 0.54 |
| Hex | 52 | C0 | 86 | 39 | 0 | 1E | 19 | 94 | 2F | 36 |
| Octal | 122 | 300 | 206 | 71 | 0 | 36 | 31 | 224 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10000110 | 111001 | 0 | 11110 | 11001 | 10010100 | 101111 | 110110 |
Color Harmonies of #52C086
Complementary color
Monochromatic Colors of #52C086
Black with #52C086
Text Example
Text Example
White with #52C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C086; }
p { color: rgb(82,192,134); }
H1.HeaderClassName
{
color: #52C086;
}
.AnyTagClassName
{
color: #52C086;
}
</style>
background-color css
<style>
a { background-color: #52C086; }
a { background-color: rgb(82,192,134); }
div.DivClassName
{
background-color: #52C086;
}
.BgClassName
{
background-color: #52C086;
}
</style>
border-color css
<style>
span { border-color: #52C086; }
span { border-color: rgb(82,192,134); }
td.TdClassName
{
border-color: #52C086;
}
.TagClassName
{
border-color: #52C086;
}
</style>