Shades of Emerald #53C176
Tints of Emerald #53C176
RGB
CMYK
RGB Variations
Color information
#53C176 (or 0x53C176) is known color: Emerald. HEX triplet: 53, C1 and 76. RGB value is (83,193,118). Sum of RGB (Red+Green+Blue) = 83+193+118=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 193 (75.78% from 255 or 48.98% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 193 - color contains mainly: green. Hex color #53C176 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C176 is #AC3E89. Grayscale: #979797. Windows color (decimal): -11288202 or 7782739. OLE color: 7782739.
HSL color Cylindrical-coordinate representation of color #53C176: hue angle of 139.09º 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 #53C176 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 118 | - |
| CMYK | 0.57 | 0 | 0.39 | 0.24 |
| HSL | 139.09º | 0.47% | 0.54% | - |
| HSV(B) | 139.09º | 0.57% | 0.76% | - |
| XYZ | 25.91 | 41.29 | 23.74 | - |
| YUV | 151.56 | 109.06 | 79.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 118 | 0.57 | 0 | 0.39 | 0.24 | 139.09 | 0.47 | 0.54 |
| Hex | 53 | C1 | 76 | 39 | 0 | 27 | 18 | 8B | 2F | 36 |
| Octal | 123 | 301 | 166 | 71 | 0 | 47 | 30 | 213 | 57 | 66 |
| Binary | 1010011 | 11000001 | 1110110 | 111001 | 0 | 100111 | 11000 | 10001011 | 101111 | 110110 |
Color Harmonies of #53C176
Complementary color
Monochromatic Colors of #53C176
Black with #53C176
Text Example
Text Example
White with #53C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C176; }
p { color: rgb(83,193,118); }
H1.HeaderClassName
{
color: #53C176;
}
.AnyTagClassName
{
color: #53C176;
}
</style>
background-color css
<style>
a { background-color: #53C176; }
a { background-color: rgb(83,193,118); }
div.DivClassName
{
background-color: #53C176;
}
.BgClassName
{
background-color: #53C176;
}
</style>
border-color css
<style>
span { border-color: #53C176; }
span { border-color: rgb(83,193,118); }
td.TdClassName
{
border-color: #53C176;
}
.TagClassName
{
border-color: #53C176;
}
</style>