Shades of Emerald #52C170
Tints of Emerald #52C170
RGB
CMYK
RGB Variations
Color information
#52C170 (or 0x52C170) is known color: Emerald. HEX triplet: 52, C1 and 70. RGB value is (82,193,112). Sum of RGB (Red+Green+Blue) = 82+193+112=387 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.19% from 387); Green value is 193 (75.78% from 255 or 49.87% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 193 - color contains mainly: green. Hex color #52C170 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C170 is #AD3E8F. Grayscale: #969696. Windows color (decimal): -11353744 or 7389522. OLE color: 7389522.
HSL color Cylindrical-coordinate representation of color #52C170: hue angle of 136.22º 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 #52C170 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 82 | 193 | 112 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.24 |
| HSL | 136.22º | 0.47% | 0.54% | - |
| HSV(B) | 136.22º | 0.58% | 0.76% | - |
| XYZ | 25.47 | 41.1 | 21.92 | - |
| YUV | 150.58 | 106.23 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 193 | 112 | 0.58 | 0 | 0.42 | 0.24 | 136.22 | 0.47 | 0.54 |
| Hex | 52 | C1 | 70 | 3A | 0 | 2A | 18 | 88 | 2F | 36 |
| Octal | 122 | 301 | 160 | 72 | 0 | 52 | 30 | 210 | 57 | 66 |
| Binary | 1010010 | 11000001 | 1110000 | 111010 | 0 | 101010 | 11000 | 10001000 | 101111 | 110110 |
Color Harmonies of #52C170
Complementary color
Monochromatic Colors of #52C170
Black with #52C170
Text Example
Text Example
White with #52C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C170; }
p { color: rgb(82,193,112); }
H1.HeaderClassName
{
color: #52C170;
}
.AnyTagClassName
{
color: #52C170;
}
</style>
background-color css
<style>
a { background-color: #52C170; }
a { background-color: rgb(82,193,112); }
div.DivClassName
{
background-color: #52C170;
}
.BgClassName
{
background-color: #52C170;
}
</style>
border-color css
<style>
span { border-color: #52C170; }
span { border-color: rgb(82,193,112); }
td.TdClassName
{
border-color: #52C170;
}
.TagClassName
{
border-color: #52C170;
}
</style>