Shades of Emerald #52C176
Tints of Emerald #52C176
RGB
CMYK
RGB Variations
Color information
#52C176 (or 0x52C176) is known color: Emerald. HEX triplet: 52, C1 and 76. RGB value is (82,193,118). Sum of RGB (Red+Green+Blue) = 82+193+118=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 193 (75.78% from 255 or 49.11% from 393); Blue value is 118 (46.48% from 255 or 30.03% from 393); Max value from RGB is 193 - color contains mainly: green. Hex color #52C176 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C176 is #AD3E89. Grayscale: #979797. Windows color (decimal): -11353738 or 7782738. OLE color: 7782738.
HSL color Cylindrical-coordinate representation of color #52C176: hue angle of 139.46º 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 #52C176 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 118 | - |
| CMYK | 0.58 | 0 | 0.39 | 0.24 |
| HSL | 139.46º | 0.47% | 0.54% | - |
| HSV(B) | 139.46º | 0.58% | 0.76% | - |
| XYZ | 25.82 | 41.24 | 23.74 | - |
| YUV | 151.26 | 109.23 | 78.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 118 | 0.58 | 0 | 0.39 | 0.24 | 139.46 | 0.47 | 0.54 |
| Hex | 52 | C1 | 76 | 3A | 0 | 27 | 18 | 8B | 2F | 36 |
| Octal | 122 | 301 | 166 | 72 | 0 | 47 | 30 | 213 | 57 | 66 |
| Binary | 1010010 | 11000001 | 1110110 | 111010 | 0 | 100111 | 11000 | 10001011 | 101111 | 110110 |
Color Harmonies of #52C176
Complementary color
Monochromatic Colors of #52C176
Black with #52C176
Text Example
Text Example
White with #52C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C176; }
p { color: rgb(82,193,118); }
H1.HeaderClassName
{
color: #52C176;
}
.AnyTagClassName
{
color: #52C176;
}
</style>
background-color css
<style>
a { background-color: #52C176; }
a { background-color: rgb(82,193,118); }
div.DivClassName
{
background-color: #52C176;
}
.BgClassName
{
background-color: #52C176;
}
</style>
border-color css
<style>
span { border-color: #52C176; }
span { border-color: rgb(82,193,118); }
td.TdClassName
{
border-color: #52C176;
}
.TagClassName
{
border-color: #52C176;
}
</style>