Shades of Emerald #52C673
Tints of Emerald #52C673
RGB
CMYK
RGB Variations
Color information
#52C673 (or 0x52C673) is known color: Emerald. HEX triplet: 52, C6 and 73. RGB value is (82,198,115). Sum of RGB (Red+Green+Blue) = 82+198+115=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 115 (45.31% from 255 or 29.11% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #52C673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C673 is #AD398C. Grayscale: #9A9A9A. Windows color (decimal): -11352461 or 7587410. OLE color: 7587410.
HSL color Cylindrical-coordinate representation of color #52C673: hue angle of 137.07º degrees, saturation: 0.5, 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 #52C673 is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 115 | - |
| CMYK | 0.59 | 0 | 0.42 | 0.22 |
| HSL | 137.07º | 0.5% | 0.55% | - |
| HSV(B) | 137.07º | 0.59% | 0.78% | - |
| XYZ | 26.77 | 43.42 | 23.19 | - |
| YUV | 153.85 | 106.07 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 115 | 0.59 | 0 | 0.42 | 0.22 | 137.07 | 0.5 | 0.55 |
| Hex | 52 | C6 | 73 | 3B | 0 | 2A | 16 | 89 | 32 | 37 |
| Octal | 122 | 306 | 163 | 73 | 0 | 52 | 26 | 211 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1110011 | 111011 | 0 | 101010 | 10110 | 10001001 | 110010 | 110111 |
Color Harmonies of #52C673
Complementary color
Monochromatic Colors of #52C673
Black with #52C673
Text Example
Text Example
White with #52C673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C673; }
p { color: rgb(82,198,115); }
H1.HeaderClassName
{
color: #52C673;
}
.AnyTagClassName
{
color: #52C673;
}
</style>
background-color css
<style>
a { background-color: #52C673; }
a { background-color: rgb(82,198,115); }
div.DivClassName
{
background-color: #52C673;
}
.BgClassName
{
background-color: #52C673;
}
</style>
border-color css
<style>
span { border-color: #52C673; }
span { border-color: rgb(82,198,115); }
td.TdClassName
{
border-color: #52C673;
}
.TagClassName
{
border-color: #52C673;
}
</style>