Shades of Emerald #53BA7C
Tints of Emerald #53BA7C
RGB
CMYK
RGB Variations
Color information
#53BA7C (or 0x53BA7C) is known color: Emerald. HEX triplet: 53, BA and 7C. RGB value is (83,186,124). Sum of RGB (Red+Green+Blue) = 83+186+124=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA7C is #AC4583. Grayscale: #949494. Windows color (decimal): -11289988 or 8174163. OLE color: 8174163.
HSL color Cylindrical-coordinate representation of color #53BA7C: hue angle of 143.88º 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 #53BA7C is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 124 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.27 |
| HSL | 143.88º | 0.43% | 0.53% | - |
| HSV(B) | 143.88º | 0.55% | 0.73% | - |
| XYZ | 24.76 | 38.41 | 25.18 | - |
| YUV | 148.14 | 114.38 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 124 | 0.55 | 0 | 0.33 | 0.27 | 143.88 | 0.43 | 0.53 |
| Hex | 53 | BA | 7C | 37 | 0 | 21 | 1B | 90 | 2B | 35 |
| Octal | 123 | 272 | 174 | 67 | 0 | 41 | 33 | 220 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1111100 | 110111 | 0 | 100001 | 11011 | 10010000 | 101011 | 110101 |
Color Harmonies of #53BA7C
Complementary color
Monochromatic Colors of #53BA7C
Black with #53BA7C
Text Example
Text Example
White with #53BA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA7C; }
p { color: rgb(83,186,124); }
H1.HeaderClassName
{
color: #53BA7C;
}
.AnyTagClassName
{
color: #53BA7C;
}
</style>
background-color css
<style>
a { background-color: #53BA7C; }
a { background-color: rgb(83,186,124); }
div.DivClassName
{
background-color: #53BA7C;
}
.BgClassName
{
background-color: #53BA7C;
}
</style>
border-color css
<style>
span { border-color: #53BA7C; }
span { border-color: rgb(83,186,124); }
td.TdClassName
{
border-color: #53BA7C;
}
.TagClassName
{
border-color: #53BA7C;
}
</style>