Shades of Emerald #52C988
Tints of Emerald #52C988
RGB
CMYK
RGB Variations
Color information
#52C988 (or 0x52C988) is known color: Emerald. HEX triplet: 52, C9 and 88. RGB value is (82,201,136). Sum of RGB (Red+Green+Blue) = 82+201+136=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 201 (78.91% from 255 or 47.97% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 201 - color contains mainly: green. Hex color #52C988 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C988 is #AD3677. Grayscale: #9E9E9E. Windows color (decimal): -11351672 or 8964434. OLE color: 8964434.
HSL color Cylindrical-coordinate representation of color #52C988: hue angle of 147.23º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C988 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 136 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.21 |
| HSL | 147.23º | 0.52% | 0.55% | - |
| HSV(B) | 147.23º | 0.59% | 0.79% | - |
| XYZ | 28.81 | 45.34 | 30.53 | - |
| YUV | 158.01 | 115.58 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 136 | 0.59 | 0 | 0.32 | 0.21 | 147.23 | 0.52 | 0.55 |
| Hex | 52 | C9 | 88 | 3B | 0 | 20 | 15 | 93 | 34 | 37 |
| Octal | 122 | 311 | 210 | 73 | 0 | 40 | 25 | 223 | 64 | 67 |
| Binary | 1010010 | 11001001 | 10001000 | 111011 | 0 | 100000 | 10101 | 10010011 | 110100 | 110111 |
Color Harmonies of #52C988
Complementary color
Monochromatic Colors of #52C988
Black with #52C988
Text Example
Text Example
White with #52C988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C988; }
p { color: rgb(82,201,136); }
H1.HeaderClassName
{
color: #52C988;
}
.AnyTagClassName
{
color: #52C988;
}
</style>
background-color css
<style>
a { background-color: #52C988; }
a { background-color: rgb(82,201,136); }
div.DivClassName
{
background-color: #52C988;
}
.BgClassName
{
background-color: #52C988;
}
</style>
border-color css
<style>
span { border-color: #52C988; }
span { border-color: rgb(82,201,136); }
td.TdClassName
{
border-color: #52C988;
}
.TagClassName
{
border-color: #52C988;
}
</style>