Shades of Emerald #52EA8C
Tints of Emerald #52EA8C
RGB
CMYK
RGB Variations
Color information
#52EA8C (or 0x52EA8C) is known color: Emerald. HEX triplet: 52, EA and 8C. RGB value is (82,234,140). Sum of RGB (Red+Green+Blue) = 82+234+140=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #52EA8C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #52EA8C is #AD1573. Grayscale: #B2B2B2. Windows color (decimal): -11343220 or 9235026. OLE color: 9235026.
HSL color Cylindrical-coordinate representation of color #52EA8C: hue angle of 142.89º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52EA8C is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 234 | 140 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.08 |
| HSL | 142.89º | 0.78% | 0.62% | - |
| HSV(B) | 142.89º | 0.65% | 0.92% | - |
| XYZ | 37.64 | 62.53 | 34.9 | - |
| YUV | 177.84 | 106.64 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 234 | 140 | 0.65 | 0 | 0.40 | 0.08 | 142.89 | 0.78 | 0.62 |
| Hex | 52 | EA | 8C | 41 | 0 | 28 | 8 | 8F | 4E | 3E |
| Octal | 122 | 352 | 214 | 101 | 0 | 50 | 10 | 217 | 116 | 76 |
| Binary | 1010010 | 11101010 | 10001100 | 1000001 | 0 | 101000 | 1000 | 10001111 | 1001110 | 111110 |
Color Harmonies of #52EA8C
Complementary color
Monochromatic Colors of #52EA8C
Black with #52EA8C
Text Example
Text Example
White with #52EA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52EA8C; }
p { color: rgb(82,234,140); }
H1.HeaderClassName
{
color: #52EA8C;
}
.AnyTagClassName
{
color: #52EA8C;
}
</style>
background-color css
<style>
a { background-color: #52EA8C; }
a { background-color: rgb(82,234,140); }
div.DivClassName
{
background-color: #52EA8C;
}
.BgClassName
{
background-color: #52EA8C;
}
</style>
border-color css
<style>
span { border-color: #52EA8C; }
span { border-color: rgb(82,234,140); }
td.TdClassName
{
border-color: #52EA8C;
}
.TagClassName
{
border-color: #52EA8C;
}
</style>