Shades of Emerald #52CE8A
Tints of Emerald #52CE8A
RGB
CMYK
RGB Variations
Color information
#52CE8A (or 0x52CE8A) is known color: Emerald. HEX triplet: 52, CE and 8A. RGB value is (82,206,138). Sum of RGB (Red+Green+Blue) = 82+206+138=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 206 (80.86% from 255 or 48.36% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CE8A is #AD3175. Grayscale: #A1A1A1. Windows color (decimal): -11350390 or 9096786. OLE color: 9096786.
HSL color Cylindrical-coordinate representation of color #52CE8A: hue angle of 147.1º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CE8A is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 206 | 138 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.19 |
| HSL | 147.1º | 0.56% | 0.56% | - |
| HSV(B) | 147.1º | 0.6% | 0.81% | - |
| XYZ | 30.14 | 47.77 | 31.68 | - |
| YUV | 161.17 | 114.92 | 71.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 206 | 138 | 0.60 | 0 | 0.33 | 0.19 | 147.1 | 0.56 | 0.56 |
| Hex | 52 | CE | 8A | 3C | 0 | 21 | 13 | 93 | 38 | 38 |
| Octal | 122 | 316 | 212 | 74 | 0 | 41 | 23 | 223 | 70 | 70 |
| Binary | 1010010 | 11001110 | 10001010 | 111100 | 0 | 100001 | 10011 | 10010011 | 111000 | 111000 |
Color Harmonies of #52CE8A
Complementary color
Monochromatic Colors of #52CE8A
Black with #52CE8A
Text Example
Text Example
White with #52CE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CE8A; }
p { color: rgb(82,206,138); }
H1.HeaderClassName
{
color: #52CE8A;
}
.AnyTagClassName
{
color: #52CE8A;
}
</style>
background-color css
<style>
a { background-color: #52CE8A; }
a { background-color: rgb(82,206,138); }
div.DivClassName
{
background-color: #52CE8A;
}
.BgClassName
{
background-color: #52CE8A;
}
</style>
border-color css
<style>
span { border-color: #52CE8A; }
span { border-color: rgb(82,206,138); }
td.TdClassName
{
border-color: #52CE8A;
}
.TagClassName
{
border-color: #52CE8A;
}
</style>