Shades of Emerald #53C07D
Tints of Emerald #53C07D
RGB
CMYK
RGB Variations
Color information
#53C07D (or 0x53C07D) is known color: Emerald. HEX triplet: 53, C0 and 7D. RGB value is (83,192,125). Sum of RGB (Red+Green+Blue) = 83+192+125=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #53C07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C07D is #AC3F82. Grayscale: #979797. Windows color (decimal): -11288451 or 8241235. OLE color: 8241235.
HSL color Cylindrical-coordinate representation of color #53C07D: hue angle of 143.12º 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 #53C07D is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 125 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.25 |
| HSL | 143.12º | 0.46% | 0.54% | - |
| HSV(B) | 143.12º | 0.57% | 0.75% | - |
| XYZ | 26.12 | 41.02 | 25.94 | - |
| YUV | 151.77 | 112.89 | 78.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 125 | 0.57 | 0 | 0.35 | 0.25 | 143.12 | 0.46 | 0.54 |
| Hex | 53 | C0 | 7D | 39 | 0 | 23 | 19 | 8F | 2E | 36 |
| Octal | 123 | 300 | 175 | 71 | 0 | 43 | 31 | 217 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1111101 | 111001 | 0 | 100011 | 11001 | 10001111 | 101110 | 110110 |
Color Harmonies of #53C07D
Complementary color
Monochromatic Colors of #53C07D
Black with #53C07D
Text Example
Text Example
White with #53C07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C07D; }
p { color: rgb(83,192,125); }
H1.HeaderClassName
{
color: #53C07D;
}
.AnyTagClassName
{
color: #53C07D;
}
</style>
background-color css
<style>
a { background-color: #53C07D; }
a { background-color: rgb(83,192,125); }
div.DivClassName
{
background-color: #53C07D;
}
.BgClassName
{
background-color: #53C07D;
}
</style>
border-color css
<style>
span { border-color: #53C07D; }
span { border-color: rgb(83,192,125); }
td.TdClassName
{
border-color: #53C07D;
}
.TagClassName
{
border-color: #53C07D;
}
</style>