Shades of Emerald #53C07C
Tints of Emerald #53C07C
RGB
CMYK
RGB Variations
Color information
#53C07C (or 0x53C07C) is known color: Emerald. HEX triplet: 53, C0 and 7C. RGB value is (83,192,124). Sum of RGB (Red+Green+Blue) = 83+192+124=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 192 (75.39% from 255 or 48.12% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 192 - color contains mainly: green. Hex color #53C07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C07C is #AC3F83. Grayscale: #979797. Windows color (decimal): -11288452 or 8175699. OLE color: 8175699.
HSL color Cylindrical-coordinate representation of color #53C07C: hue angle of 142.57º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C07C is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 124 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.25 |
| HSL | 142.57º | 0.46% | 0.54% | - |
| HSV(B) | 142.57º | 0.57% | 0.75% | - |
| XYZ | 26.06 | 40.99 | 25.61 | - |
| YUV | 151.66 | 112.39 | 79.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 124 | 0.57 | 0 | 0.35 | 0.25 | 142.57 | 0.46 | 0.54 |
| Hex | 53 | C0 | 7C | 39 | 0 | 23 | 19 | 8F | 2E | 36 |
| Octal | 123 | 300 | 174 | 71 | 0 | 43 | 31 | 217 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1111100 | 111001 | 0 | 100011 | 11001 | 10001111 | 101110 | 110110 |
Color Harmonies of #53C07C
Complementary color
Monochromatic Colors of #53C07C
Black with #53C07C
Text Example
Text Example
White with #53C07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C07C; }
p { color: rgb(83,192,124); }
H1.HeaderClassName
{
color: #53C07C;
}
.AnyTagClassName
{
color: #53C07C;
}
</style>
background-color css
<style>
a { background-color: #53C07C; }
a { background-color: rgb(83,192,124); }
div.DivClassName
{
background-color: #53C07C;
}
.BgClassName
{
background-color: #53C07C;
}
</style>
border-color css
<style>
span { border-color: #53C07C; }
span { border-color: rgb(83,192,124); }
td.TdClassName
{
border-color: #53C07C;
}
.TagClassName
{
border-color: #53C07C;
}
</style>