Shades of Emerald #52C588
Tints of Emerald #52C588
RGB
CMYK
RGB Variations
Color information
#52C588 (or 0x52C588) is known color: Emerald. HEX triplet: 52, C5 and 88. RGB value is (82,197,136). Sum of RGB (Red+Green+Blue) = 82+197+136=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 197 (77.34% from 255 or 47.47% from 415); Blue value is 136 (53.52% from 255 or 32.77% from 415); Max value from RGB is 197 - color contains mainly: green. Hex color #52C588 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C588 is #AD3A77. Grayscale: #9B9B9B. Windows color (decimal): -11352696 or 8963410. OLE color: 8963410.
HSL color Cylindrical-coordinate representation of color #52C588: hue angle of 148.17º 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 #52C588 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 197 | 136 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.23 |
| HSL | 148.17º | 0.5% | 0.55% | - |
| HSV(B) | 148.17º | 0.58% | 0.77% | - |
| XYZ | 27.89 | 43.5 | 30.22 | - |
| YUV | 155.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 197 | 136 | 0.58 | 0 | 0.31 | 0.23 | 148.17 | 0.5 | 0.55 |
| Hex | 52 | C5 | 88 | 3A | 0 | 1F | 17 | 94 | 32 | 37 |
| Octal | 122 | 305 | 210 | 72 | 0 | 37 | 27 | 224 | 62 | 67 |
| Binary | 1010010 | 11000101 | 10001000 | 111010 | 0 | 11111 | 10111 | 10010100 | 110010 | 110111 |
Color Harmonies of #52C588
Complementary color
Monochromatic Colors of #52C588
Black with #52C588
Text Example
Text Example
White with #52C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C588; }
p { color: rgb(82,197,136); }
H1.HeaderClassName
{
color: #52C588;
}
.AnyTagClassName
{
color: #52C588;
}
</style>
background-color css
<style>
a { background-color: #52C588; }
a { background-color: rgb(82,197,136); }
div.DivClassName
{
background-color: #52C588;
}
.BgClassName
{
background-color: #52C588;
}
</style>
border-color css
<style>
span { border-color: #52C588; }
span { border-color: rgb(82,197,136); }
td.TdClassName
{
border-color: #52C588;
}
.TagClassName
{
border-color: #52C588;
}
</style>