Shades of Emerald #52C174
Tints of Emerald #52C174
RGB
CMYK
RGB Variations
Color information
#52C174 (or 0x52C174) is known color: Emerald. HEX triplet: 52, C1 and 74. RGB value is (82,193,116). Sum of RGB (Red+Green+Blue) = 82+193+116=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #52C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C174 is #AD3E8B. Grayscale: #979797. Windows color (decimal): -11353740 or 7651666. OLE color: 7651666.
HSL color Cylindrical-coordinate representation of color #52C174: hue angle of 138.38º 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 #52C174 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 116 | - |
| CMYK | 0.58 | 0 | 0.40 | 0.24 |
| HSL | 138.38º | 0.47% | 0.54% | - |
| HSV(B) | 138.38º | 0.58% | 0.76% | - |
| XYZ | 25.7 | 41.19 | 23.12 | - |
| YUV | 151.03 | 108.23 | 78.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 116 | 0.58 | 0 | 0.40 | 0.24 | 138.38 | 0.47 | 0.54 |
| Hex | 52 | C1 | 74 | 3A | 0 | 28 | 18 | 8A | 2F | 36 |
| Octal | 122 | 301 | 164 | 72 | 0 | 50 | 30 | 212 | 57 | 66 |
| Binary | 1010010 | 11000001 | 1110100 | 111010 | 0 | 101000 | 11000 | 10001010 | 101111 | 110110 |
Color Harmonies of #52C174
Complementary color
Monochromatic Colors of #52C174
Black with #52C174
Text Example
Text Example
White with #52C174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C174; }
p { color: rgb(82,193,116); }
H1.HeaderClassName
{
color: #52C174;
}
.AnyTagClassName
{
color: #52C174;
}
</style>
background-color css
<style>
a { background-color: #52C174; }
a { background-color: rgb(82,193,116); }
div.DivClassName
{
background-color: #52C174;
}
.BgClassName
{
background-color: #52C174;
}
</style>
border-color css
<style>
span { border-color: #52C174; }
span { border-color: rgb(82,193,116); }
td.TdClassName
{
border-color: #52C174;
}
.TagClassName
{
border-color: #52C174;
}
</style>