Shades of Emerald #53C172
Tints of Emerald #53C172
RGB
CMYK
RGB Variations
Color information
#53C172 (or 0x53C172) is known color: Emerald. HEX triplet: 53, C1 and 72. RGB value is (83,193,114). Sum of RGB (Red+Green+Blue) = 83+193+114=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 193 (75.78% from 255 or 49.49% from 390); Blue value is 114 (44.92% from 255 or 29.23% from 390); Max value from RGB is 193 - color contains mainly: green. Hex color #53C172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C172 is #AC3E8D. Grayscale: #979797. Windows color (decimal): -11288206 or 7520595. OLE color: 7520595.
HSL color Cylindrical-coordinate representation of color #53C172: hue angle of 136.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C172 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 114 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.24 |
| HSL | 136.91º | 0.47% | 0.54% | - |
| HSV(B) | 136.91º | 0.57% | 0.76% | - |
| XYZ | 25.67 | 41.19 | 22.52 | - |
| YUV | 151.1 | 107.06 | 79.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 114 | 0.57 | 0 | 0.41 | 0.24 | 136.91 | 0.47 | 0.54 |
| Hex | 53 | C1 | 72 | 39 | 0 | 29 | 18 | 89 | 2F | 36 |
| Octal | 123 | 301 | 162 | 71 | 0 | 51 | 30 | 211 | 57 | 66 |
| Binary | 1010011 | 11000001 | 1110010 | 111001 | 0 | 101001 | 11000 | 10001001 | 101111 | 110110 |
Color Harmonies of #53C172
Complementary color
Monochromatic Colors of #53C172
Black with #53C172
Text Example
Text Example
White with #53C172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C172; }
p { color: rgb(83,193,114); }
H1.HeaderClassName
{
color: #53C172;
}
.AnyTagClassName
{
color: #53C172;
}
</style>
background-color css
<style>
a { background-color: #53C172; }
a { background-color: rgb(83,193,114); }
div.DivClassName
{
background-color: #53C172;
}
.BgClassName
{
background-color: #53C172;
}
</style>
border-color css
<style>
span { border-color: #53C172; }
span { border-color: rgb(83,193,114); }
td.TdClassName
{
border-color: #53C172;
}
.TagClassName
{
border-color: #53C172;
}
</style>