Shades of Emerald #52C589
Tints of Emerald #52C589
RGB
CMYK
RGB Variations
Color information
#52C589 (or 0x52C589) is known color: Emerald. HEX triplet: 52, C5 and 89. RGB value is (82,197,137). Sum of RGB (Red+Green+Blue) = 82+197+137=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #52C589 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C589 is #AD3A76. Grayscale: #9B9B9B. Windows color (decimal): -11352695 or 9028946. OLE color: 9028946.
HSL color Cylindrical-coordinate representation of color #52C589: hue angle of 148.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C589 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 137 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.23 |
| HSL | 148.7º | 0.5% | 0.55% | - |
| HSV(B) | 148.7º | 0.58% | 0.77% | - |
| XYZ | 27.96 | 43.53 | 30.6 | - |
| YUV | 155.78 | 117.4 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 137 | 0.58 | 0 | 0.30 | 0.23 | 148.7 | 0.5 | 0.55 |
| Hex | 52 | C5 | 89 | 3A | 0 | 1E | 17 | 95 | 32 | 37 |
| Octal | 122 | 305 | 211 | 72 | 0 | 36 | 27 | 225 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10001001 | 111010 | 0 | 11110 | 10111 | 10010101 | 110010 | 110111 |
Color Harmonies of #52C589
Complementary color
Monochromatic Colors of #52C589
Black with #52C589
Text Example
Text Example
White with #52C589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C589; }
p { color: rgb(82,197,137); }
H1.HeaderClassName
{
color: #52C589;
}
.AnyTagClassName
{
color: #52C589;
}
</style>
background-color css
<style>
a { background-color: #52C589; }
a { background-color: rgb(82,197,137); }
div.DivClassName
{
background-color: #52C589;
}
.BgClassName
{
background-color: #52C589;
}
</style>
border-color css
<style>
span { border-color: #52C589; }
span { border-color: rgb(82,197,137); }
td.TdClassName
{
border-color: #52C589;
}
.TagClassName
{
border-color: #52C589;
}
</style>