Shades of Emerald #52C668
Tints of Emerald #52C668
RGB
CMYK
RGB Variations
Color information
#52C668 (or 0x52C668) is known color: Emerald. HEX triplet: 52, C6 and 68. RGB value is (82,198,104). Sum of RGB (Red+Green+Blue) = 82+198+104=384 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.35% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #52C668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C668 is #AD3997. Grayscale: #989898. Windows color (decimal): -11352472 or 6866514. OLE color: 6866514.
HSL color Cylindrical-coordinate representation of color #52C668: hue angle of 131.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 #52C668 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 198 | 104 | - |
| CMYK | 0.59 | 0 | 0.47 | 0.22 |
| HSL | 131.38º | 0.5% | 0.55% | - |
| HSV(B) | 131.38º | 0.59% | 0.78% | - |
| XYZ | 26.17 | 43.18 | 20.05 | - |
| YUV | 152.6 | 100.57 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 198 | 104 | 0.59 | 0 | 0.47 | 0.22 | 131.38 | 0.5 | 0.55 |
| Hex | 52 | C6 | 68 | 3B | 0 | 2F | 16 | 83 | 32 | 37 |
| Octal | 122 | 306 | 150 | 73 | 0 | 57 | 26 | 203 | 62 | 67 |
| Binary | 1010010 | 11000110 | 1101000 | 111011 | 0 | 101111 | 10110 | 10000011 | 110010 | 110111 |
Color Harmonies of #52C668
Complementary color
Monochromatic Colors of #52C668
Black with #52C668
Text Example
Text Example
White with #52C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C668; }
p { color: rgb(82,198,104); }
H1.HeaderClassName
{
color: #52C668;
}
.AnyTagClassName
{
color: #52C668;
}
</style>
background-color css
<style>
a { background-color: #52C668; }
a { background-color: rgb(82,198,104); }
div.DivClassName
{
background-color: #52C668;
}
.BgClassName
{
background-color: #52C668;
}
</style>
border-color css
<style>
span { border-color: #52C668; }
span { border-color: rgb(82,198,104); }
td.TdClassName
{
border-color: #52C668;
}
.TagClassName
{
border-color: #52C668;
}
</style>