Shades of Emerald #53BA84
Tints of Emerald #53BA84
RGB
CMYK
RGB Variations
Color information
#53BA84 (or 0x53BA84) is known color: Emerald. HEX triplet: 53, BA and 84. RGB value is (83,186,132). Sum of RGB (Red+Green+Blue) = 83+186+132=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA84 is #AC457B. Grayscale: #959595. Windows color (decimal): -11289980 or 8698451. OLE color: 8698451.
HSL color Cylindrical-coordinate representation of color #53BA84: hue angle of 148.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BA84 is Cyan = 0.55, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 132 | - |
| CMYK | 0.55 | 0 | 0.29 | 0.27 |
| HSL | 148.54º | 0.43% | 0.53% | - |
| HSV(B) | 148.54º | 0.55% | 0.73% | - |
| XYZ | 25.29 | 38.62 | 27.95 | - |
| YUV | 149.05 | 118.38 | 80.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 132 | 0.55 | 0 | 0.29 | 0.27 | 148.54 | 0.43 | 0.53 |
| Hex | 53 | BA | 84 | 37 | 0 | 1D | 1B | 95 | 2B | 35 |
| Octal | 123 | 272 | 204 | 67 | 0 | 35 | 33 | 225 | 53 | 65 |
| Binary | 1010011 | 10111010 | 10000100 | 110111 | 0 | 11101 | 11011 | 10010101 | 101011 | 110101 |
Color Harmonies of #53BA84
Complementary color
Monochromatic Colors of #53BA84
Black with #53BA84
Text Example
Text Example
White with #53BA84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA84; }
p { color: rgb(83,186,132); }
H1.HeaderClassName
{
color: #53BA84;
}
.AnyTagClassName
{
color: #53BA84;
}
</style>
background-color css
<style>
a { background-color: #53BA84; }
a { background-color: rgb(83,186,132); }
div.DivClassName
{
background-color: #53BA84;
}
.BgClassName
{
background-color: #53BA84;
}
</style>
border-color css
<style>
span { border-color: #53BA84; }
span { border-color: rgb(83,186,132); }
td.TdClassName
{
border-color: #53BA84;
}
.TagClassName
{
border-color: #53BA84;
}
</style>