Shades of Emerald #52C184
Tints of Emerald #52C184
RGB
CMYK
RGB Variations
Color information
#52C184 (or 0x52C184) is known color: Emerald. HEX triplet: 52, C1 and 84. RGB value is (82,193,132). Sum of RGB (Red+Green+Blue) = 82+193+132=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 132 (51.95% from 255 or 32.43% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #52C184 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C184 is #AD3E7B. Grayscale: #989898. Windows color (decimal): -11353724 or 8700242. OLE color: 8700242.
HSL color Cylindrical-coordinate representation of color #52C184: hue angle of 147.03º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #52C184 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 132 | - |
| CMYK | 0.58 | 0 | 0.32 | 0.24 |
| HSL | 147.03º | 0.47% | 0.54% | - |
| HSV(B) | 147.03º | 0.58% | 0.76% | - |
| XYZ | 26.71 | 41.6 | 28.45 | - |
| YUV | 152.86 | 116.23 | 77.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 132 | 0.58 | 0 | 0.32 | 0.24 | 147.03 | 0.47 | 0.54 |
| Hex | 52 | C1 | 84 | 3A | 0 | 20 | 18 | 93 | 2F | 36 |
| Octal | 122 | 301 | 204 | 72 | 0 | 40 | 30 | 223 | 57 | 66 |
| Binary | 1010010 | 11000001 | 10000100 | 111010 | 0 | 100000 | 11000 | 10010011 | 101111 | 110110 |
Color Harmonies of #52C184
Complementary color
Monochromatic Colors of #52C184
Black with #52C184
Text Example
Text Example
White with #52C184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C184; }
p { color: rgb(82,193,132); }
H1.HeaderClassName
{
color: #52C184;
}
.AnyTagClassName
{
color: #52C184;
}
</style>
background-color css
<style>
a { background-color: #52C184; }
a { background-color: rgb(82,193,132); }
div.DivClassName
{
background-color: #52C184;
}
.BgClassName
{
background-color: #52C184;
}
</style>
border-color css
<style>
span { border-color: #52C184; }
span { border-color: rgb(82,193,132); }
td.TdClassName
{
border-color: #52C184;
}
.TagClassName
{
border-color: #52C184;
}
</style>