Shades of Emerald #53C171
Tints of Emerald #53C171
RGB
CMYK
RGB Variations
Color information
#53C171 (or 0x53C171) is known color: Emerald. HEX triplet: 53, C1 and 71. RGB value is (83,193,113). Sum of RGB (Red+Green+Blue) = 83+193+113=389 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.34% from 389); Green value is 193 (75.78% from 255 or 49.61% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 193 - color contains mainly: green. Hex color #53C171 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C171 is #AC3E8E. Grayscale: #979797. Windows color (decimal): -11288207 or 7455059. OLE color: 7455059.
HSL color Cylindrical-coordinate representation of color #53C171: hue angle of 136.36º 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 #53C171 is Cyan = 0.57, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 113 | - |
| CMYK | 0.57 | 0 | 0.41 | 0.24 |
| HSL | 136.36º | 0.47% | 0.54% | - |
| HSV(B) | 136.36º | 0.57% | 0.76% | - |
| XYZ | 25.62 | 41.17 | 22.22 | - |
| YUV | 150.99 | 106.56 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 113 | 0.57 | 0 | 0.41 | 0.24 | 136.36 | 0.47 | 0.54 |
| Hex | 53 | C1 | 71 | 39 | 0 | 29 | 18 | 88 | 2F | 36 |
| Octal | 123 | 301 | 161 | 71 | 0 | 51 | 30 | 210 | 57 | 66 |
| Binary | 1010011 | 11000001 | 1110001 | 111001 | 0 | 101001 | 11000 | 10001000 | 101111 | 110110 |
Color Harmonies of #53C171
Complementary color
Monochromatic Colors of #53C171
Black with #53C171
Text Example
Text Example
White with #53C171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C171; }
p { color: rgb(83,193,113); }
H1.HeaderClassName
{
color: #53C171;
}
.AnyTagClassName
{
color: #53C171;
}
</style>
background-color css
<style>
a { background-color: #53C171; }
a { background-color: rgb(83,193,113); }
div.DivClassName
{
background-color: #53C171;
}
.BgClassName
{
background-color: #53C171;
}
</style>
border-color css
<style>
span { border-color: #53C171; }
span { border-color: rgb(83,193,113); }
td.TdClassName
{
border-color: #53C171;
}
.TagClassName
{
border-color: #53C171;
}
</style>