Shades of Emerald #53BA7E
Tints of Emerald #53BA7E
RGB
CMYK
RGB Variations
Color information
#53BA7E (or 0x53BA7E) is known color: Emerald. HEX triplet: 53, BA and 7E. RGB value is (83,186,126). Sum of RGB (Red+Green+Blue) = 83+186+126=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 186 (73.05% from 255 or 47.09% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA7E is #AC4581. Grayscale: #949494. Windows color (decimal): -11289986 or 8305235. OLE color: 8305235.
HSL color Cylindrical-coordinate representation of color #53BA7E: hue angle of 145.05º 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 #53BA7E is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 126 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.27 |
| HSL | 145.05º | 0.43% | 0.53% | - |
| HSV(B) | 145.05º | 0.55% | 0.73% | - |
| XYZ | 24.89 | 38.46 | 25.85 | - |
| YUV | 148.36 | 115.38 | 81.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 126 | 0.55 | 0 | 0.32 | 0.27 | 145.05 | 0.43 | 0.53 |
| Hex | 53 | BA | 7E | 37 | 0 | 20 | 1B | 91 | 2B | 35 |
| Octal | 123 | 272 | 176 | 67 | 0 | 40 | 33 | 221 | 53 | 65 |
| Binary | 1010011 | 10111010 | 1111110 | 110111 | 0 | 100000 | 11011 | 10010001 | 101011 | 110101 |
Color Harmonies of #53BA7E
Complementary color
Monochromatic Colors of #53BA7E
Black with #53BA7E
Text Example
Text Example
White with #53BA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA7E; }
p { color: rgb(83,186,126); }
H1.HeaderClassName
{
color: #53BA7E;
}
.AnyTagClassName
{
color: #53BA7E;
}
</style>
background-color css
<style>
a { background-color: #53BA7E; }
a { background-color: rgb(83,186,126); }
div.DivClassName
{
background-color: #53BA7E;
}
.BgClassName
{
background-color: #53BA7E;
}
</style>
border-color css
<style>
span { border-color: #53BA7E; }
span { border-color: rgb(83,186,126); }
td.TdClassName
{
border-color: #53BA7E;
}
.TagClassName
{
border-color: #53BA7E;
}
</style>