Shades of Emerald #53C181
Tints of Emerald #53C181
RGB
CMYK
RGB Variations
Color information
#53C181 (or 0x53C181) is known color: Emerald. HEX triplet: 53, C1 and 81. RGB value is (83,193,129). Sum of RGB (Red+Green+Blue) = 83+193+129=405 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.49% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 129 (50.78% from 255 or 31.85% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #53C181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C181 is #AC3E7E. Grayscale: #989898. Windows color (decimal): -11288191 or 8503635. OLE color: 8503635.
HSL color Cylindrical-coordinate representation of color #53C181: hue angle of 145.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 #53C181 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 193 | 129 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.24 |
| HSL | 145.09º | 0.47% | 0.54% | - |
| HSV(B) | 145.09º | 0.57% | 0.76% | - |
| XYZ | 26.6 | 41.56 | 27.39 | - |
| YUV | 152.81 | 114.56 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 193 | 129 | 0.57 | 0 | 0.33 | 0.24 | 145.09 | 0.47 | 0.54 |
| Hex | 53 | C1 | 81 | 39 | 0 | 21 | 18 | 91 | 2F | 36 |
| Octal | 123 | 301 | 201 | 71 | 0 | 41 | 30 | 221 | 57 | 66 |
| Binary | 1010011 | 11000001 | 10000001 | 111001 | 0 | 100001 | 11000 | 10010001 | 101111 | 110110 |
Color Harmonies of #53C181
Complementary color
Monochromatic Colors of #53C181
Black with #53C181
Text Example
Text Example
White with #53C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C181; }
p { color: rgb(83,193,129); }
H1.HeaderClassName
{
color: #53C181;
}
.AnyTagClassName
{
color: #53C181;
}
</style>
background-color css
<style>
a { background-color: #53C181; }
a { background-color: rgb(83,193,129); }
div.DivClassName
{
background-color: #53C181;
}
.BgClassName
{
background-color: #53C181;
}
</style>
border-color css
<style>
span { border-color: #53C181; }
span { border-color: rgb(83,193,129); }
td.TdClassName
{
border-color: #53C181;
}
.TagClassName
{
border-color: #53C181;
}
</style>