Shades of Emerald #53C072
Tints of Emerald #53C072
RGB
CMYK
RGB Variations
Color information
#53C072 (or 0x53C072) is known color: Emerald. HEX triplet: 53, C0 and 72. RGB value is (83,192,114). Sum of RGB (Red+Green+Blue) = 83+192+114=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 192 (75.39% from 255 or 49.36% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 192 - color contains mainly: green. Hex color #53C072 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C072 is #AC3F8D. Grayscale: #969696. Windows color (decimal): -11288462 or 7520339. OLE color: 7520339.
HSL color Cylindrical-coordinate representation of color #53C072: hue angle of 137.06º 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 #53C072 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 114 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.25 |
| HSL | 137.06º | 0.46% | 0.54% | - |
| HSV(B) | 137.06º | 0.57% | 0.75% | - |
| XYZ | 25.45 | 40.75 | 22.44 | - |
| YUV | 150.52 | 107.39 | 79.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 114 | 0.57 | 0 | 0.41 | 0.25 | 137.06 | 0.46 | 0.54 |
| Hex | 53 | C0 | 72 | 39 | 0 | 29 | 19 | 89 | 2E | 36 |
| Octal | 123 | 300 | 162 | 71 | 0 | 51 | 31 | 211 | 56 | 66 |
| Binary | 1010011 | 11000000 | 1110010 | 111001 | 0 | 101001 | 11001 | 10001001 | 101110 | 110110 |
Color Harmonies of #53C072
Complementary color
Monochromatic Colors of #53C072
Black with #53C072
Text Example
Text Example
White with #53C072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C072; }
p { color: rgb(83,192,114); }
H1.HeaderClassName
{
color: #53C072;
}
.AnyTagClassName
{
color: #53C072;
}
</style>
background-color css
<style>
a { background-color: #53C072; }
a { background-color: rgb(83,192,114); }
div.DivClassName
{
background-color: #53C072;
}
.BgClassName
{
background-color: #53C072;
}
</style>
border-color css
<style>
span { border-color: #53C072; }
span { border-color: rgb(83,192,114); }
td.TdClassName
{
border-color: #53C072;
}
.TagClassName
{
border-color: #53C072;
}
</style>