Shades of Emerald #52C98B
Tints of Emerald #52C98B
RGB
CMYK
RGB Variations
Color information
#52C98B (or 0x52C98B) is known color: Emerald. HEX triplet: 52, C9 and 8B. RGB value is (82,201,139). Sum of RGB (Red+Green+Blue) = 82+201+139=422 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.43% from 422); Green value is 201 (78.91% from 255 or 47.63% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 201 - color contains mainly: green. Hex color #52C98B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C98B is #AD3674. Grayscale: #9E9E9E. Windows color (decimal): -11351669 or 9161042. OLE color: 9161042.
HSL color Cylindrical-coordinate representation of color #52C98B: hue angle of 148.74º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C98B is Cyan = 0.59, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 201 | 139 | - |
| CMYK | 0.59 | 0 | 0.31 | 0.21 |
| HSL | 148.74º | 0.52% | 0.55% | - |
| HSV(B) | 148.74º | 0.59% | 0.79% | - |
| XYZ | 29.03 | 45.43 | 31.67 | - |
| YUV | 158.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 201 | 139 | 0.59 | 0 | 0.31 | 0.21 | 148.74 | 0.52 | 0.55 |
| Hex | 52 | C9 | 8B | 3B | 0 | 1F | 15 | 95 | 34 | 37 |
| Octal | 122 | 311 | 213 | 73 | 0 | 37 | 25 | 225 | 64 | 67 |
| Binary | 1010010 | 11001001 | 10001011 | 111011 | 0 | 11111 | 10101 | 10010101 | 110100 | 110111 |
Color Harmonies of #52C98B
Complementary color
Monochromatic Colors of #52C98B
Black with #52C98B
Text Example
Text Example
White with #52C98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C98B; }
p { color: rgb(82,201,139); }
H1.HeaderClassName
{
color: #52C98B;
}
.AnyTagClassName
{
color: #52C98B;
}
</style>
background-color css
<style>
a { background-color: #52C98B; }
a { background-color: rgb(82,201,139); }
div.DivClassName
{
background-color: #52C98B;
}
.BgClassName
{
background-color: #52C98B;
}
</style>
border-color css
<style>
span { border-color: #52C98B; }
span { border-color: rgb(82,201,139); }
td.TdClassName
{
border-color: #52C98B;
}
.TagClassName
{
border-color: #52C98B;
}
</style>