Shades of Emerald #52C685
Tints of Emerald #52C685
RGB
CMYK
RGB Variations
Color information
#52C685 (or 0x52C685) is known color: Emerald. HEX triplet: 52, C6 and 85. RGB value is (82,198,133). Sum of RGB (Red+Green+Blue) = 82+198+133=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 198 (77.73% from 255 or 47.94% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 198 - color contains mainly: green. Hex color #52C685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C685 is #AD397A. Grayscale: #9C9C9C. Windows color (decimal): -11352443 or 8767058. OLE color: 8767058.
HSL color Cylindrical-coordinate representation of color #52C685: hue angle of 146.38º 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 #52C685 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 133 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.22 |
| HSL | 146.38º | 0.5% | 0.55% | - |
| HSV(B) | 146.38º | 0.59% | 0.78% | - |
| XYZ | 27.91 | 43.88 | 29.19 | - |
| YUV | 155.91 | 115.07 | 75.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 133 | 0.59 | 0 | 0.33 | 0.22 | 146.38 | 0.5 | 0.55 |
| Hex | 52 | C6 | 85 | 3B | 0 | 21 | 16 | 92 | 32 | 37 |
| Octal | 122 | 306 | 205 | 73 | 0 | 41 | 26 | 222 | 62 | 67 |
| Binary | 1010010 | 11000110 | 10000101 | 111011 | 0 | 100001 | 10110 | 10010010 | 110010 | 110111 |
Color Harmonies of #52C685
Complementary color
Monochromatic Colors of #52C685
Black with #52C685
Text Example
Text Example
White with #52C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C685; }
p { color: rgb(82,198,133); }
H1.HeaderClassName
{
color: #52C685;
}
.AnyTagClassName
{
color: #52C685;
}
</style>
background-color css
<style>
a { background-color: #52C685; }
a { background-color: rgb(82,198,133); }
div.DivClassName
{
background-color: #52C685;
}
.BgClassName
{
background-color: #52C685;
}
</style>
border-color css
<style>
span { border-color: #52C685; }
span { border-color: rgb(82,198,133); }
td.TdClassName
{
border-color: #52C685;
}
.TagClassName
{
border-color: #52C685;
}
</style>