Shades of Emerald #52C888
Tints of Emerald #52C888
RGB
CMYK
RGB Variations
Color information
#52C888 (or 0x52C888) is known color: Emerald. HEX triplet: 52, C8 and 88. RGB value is (82,200,136). Sum of RGB (Red+Green+Blue) = 82+200+136=418 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.62% from 418); Green value is 200 (78.52% from 255 or 47.85% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 200 - color contains mainly: green. Hex color #52C888 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C888 is #AD3777. Grayscale: #9D9D9D. Windows color (decimal): -11351928 or 8964178. OLE color: 8964178.
HSL color Cylindrical-coordinate representation of color #52C888: hue angle of 147.46º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C888 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 136 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.22 |
| HSL | 147.46º | 0.52% | 0.55% | - |
| HSV(B) | 147.46º | 0.59% | 0.78% | - |
| XYZ | 28.58 | 44.88 | 30.45 | - |
| YUV | 157.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 136 | 0.59 | 0 | 0.32 | 0.22 | 147.46 | 0.52 | 0.55 |
| Hex | 52 | C8 | 88 | 3B | 0 | 20 | 16 | 93 | 34 | 37 |
| Octal | 122 | 310 | 210 | 73 | 0 | 40 | 26 | 223 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10001000 | 111011 | 0 | 100000 | 10110 | 10010011 | 110100 | 110111 |
Color Harmonies of #52C888
Complementary color
Monochromatic Colors of #52C888
Black with #52C888
Text Example
Text Example
White with #52C888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C888; }
p { color: rgb(82,200,136); }
H1.HeaderClassName
{
color: #52C888;
}
.AnyTagClassName
{
color: #52C888;
}
</style>
background-color css
<style>
a { background-color: #52C888; }
a { background-color: rgb(82,200,136); }
div.DivClassName
{
background-color: #52C888;
}
.BgClassName
{
background-color: #52C888;
}
</style>
border-color css
<style>
span { border-color: #52C888; }
span { border-color: rgb(82,200,136); }
td.TdClassName
{
border-color: #52C888;
}
.TagClassName
{
border-color: #52C888;
}
</style>