Shades of Emerald #53C673
Tints of Emerald #53C673
RGB
CMYK
RGB Variations
Color information
#53C673 (or 0x53C673) is known color: Emerald. HEX triplet: 53, C6 and 73. RGB value is (83,198,115). Sum of RGB (Red+Green+Blue) = 83+198+115=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 115 (45.31% from 255 or 29.04% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #53C673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C673 is #AC398C. Grayscale: #9A9A9A. Windows color (decimal): -11286925 or 7587411. OLE color: 7587411.
HSL color Cylindrical-coordinate representation of color #53C673: hue angle of 136.7º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C673 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 115 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.22 |
| HSL | 136.7º | 0.5% | 0.55% | - |
| HSV(B) | 136.7º | 0.58% | 0.78% | - |
| XYZ | 26.86 | 43.46 | 23.19 | - |
| YUV | 154.15 | 105.9 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 115 | 0.58 | 0 | 0.42 | 0.22 | 136.7 | 0.5 | 0.55 |
| Hex | 53 | C6 | 73 | 3A | 0 | 2A | 16 | 89 | 32 | 37 |
| Octal | 123 | 306 | 163 | 72 | 0 | 52 | 26 | 211 | 62 | 67 |
| Binary | 1010011 | 11000110 | 1110011 | 111010 | 0 | 101010 | 10110 | 10001001 | 110010 | 110111 |
Color Harmonies of #53C673
Complementary color
Monochromatic Colors of #53C673
Black with #53C673
Text Example
Text Example
White with #53C673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C673; }
p { color: rgb(83,198,115); }
H1.HeaderClassName
{
color: #53C673;
}
.AnyTagClassName
{
color: #53C673;
}
</style>
background-color css
<style>
a { background-color: #53C673; }
a { background-color: rgb(83,198,115); }
div.DivClassName
{
background-color: #53C673;
}
.BgClassName
{
background-color: #53C673;
}
</style>
border-color css
<style>
span { border-color: #53C673; }
span { border-color: rgb(83,198,115); }
td.TdClassName
{
border-color: #53C673;
}
.TagClassName
{
border-color: #53C673;
}
</style>