Shades of Emerald #52BC80
Tints of Emerald #52BC80
RGB
CMYK
RGB Variations
Color information
#52BC80 (or 0x52BC80) is known color: Emerald. HEX triplet: 52, BC and 80. RGB value is (82,188,128). Sum of RGB (Red+Green+Blue) = 82+188+128=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC80 is #AD437F. Grayscale: #959595. Windows color (decimal): -11355008 or 8436818. OLE color: 8436818.
HSL color Cylindrical-coordinate representation of color #52BC80: hue angle of 146.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC80 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 128 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.26 |
| HSL | 146.04º | 0.44% | 0.53% | - |
| HSV(B) | 146.04º | 0.56% | 0.74% | - |
| XYZ | 25.36 | 39.32 | 26.67 | - |
| YUV | 149.47 | 115.88 | 79.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 128 | 0.56 | 0 | 0.32 | 0.26 | 146.04 | 0.44 | 0.53 |
| Hex | 52 | BC | 80 | 38 | 0 | 20 | 1A | 92 | 2C | 35 |
| Octal | 122 | 274 | 200 | 70 | 0 | 40 | 32 | 222 | 54 | 65 |
| Binary | 1010010 | 10111100 | 10000000 | 111000 | 0 | 100000 | 11010 | 10010010 | 101100 | 110101 |
Color Harmonies of #52BC80
Complementary color
Monochromatic Colors of #52BC80
Black with #52BC80
Text Example
Text Example
White with #52BC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BC80; }
p { color: rgb(82,188,128); }
H1.HeaderClassName
{
color: #52BC80;
}
.AnyTagClassName
{
color: #52BC80;
}
</style>
background-color css
<style>
a { background-color: #52BC80; }
a { background-color: rgb(82,188,128); }
div.DivClassName
{
background-color: #52BC80;
}
.BgClassName
{
background-color: #52BC80;
}
</style>
border-color css
<style>
span { border-color: #52BC80; }
span { border-color: rgb(82,188,128); }
td.TdClassName
{
border-color: #52BC80;
}
.TagClassName
{
border-color: #52BC80;
}
</style>