Shades of Emerald #54BA7A
Tints of Emerald #54BA7A
RGB
CMYK
RGB Variations
Color information
#54BA7A (or 0x54BA7A) is known color: Emerald. HEX triplet: 54, BA and 7A. RGB value is (84,186,122). Sum of RGB (Red+Green+Blue) = 84+186+122=392 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.43% from 392); Green value is 186 (73.05% from 255 or 47.45% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA7A is #AB4585. Grayscale: #949494. Windows color (decimal): -11224454 or 8043092. OLE color: 8043092.
HSL color Cylindrical-coordinate representation of color #54BA7A: hue angle of 142.35º 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 #54BA7A is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 186 | 122 | - |
| CMYK | 0.55 | 0 | 0.34 | 0.27 |
| HSL | 142.35º | 0.43% | 0.53% | - |
| HSV(B) | 142.35º | 0.55% | 0.73% | - |
| XYZ | 24.73 | 38.41 | 24.52 | - |
| YUV | 148.21 | 113.21 | 82.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 186 | 122 | 0.55 | 0 | 0.34 | 0.27 | 142.35 | 0.43 | 0.53 |
| Hex | 54 | BA | 7A | 37 | 0 | 22 | 1B | 8E | 2A | 35 |
| Octal | 124 | 272 | 172 | 67 | 0 | 42 | 33 | 216 | 52 | 65 |
| Binary | 1010100 | 10111010 | 1111010 | 110111 | 0 | 100010 | 11011 | 10001110 | 101010 | 110101 |
Color Harmonies of #54BA7A
Complementary color
Monochromatic Colors of #54BA7A
Black with #54BA7A
Text Example
Text Example
White with #54BA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BA7A; }
p { color: rgb(84,186,122); }
H1.HeaderClassName
{
color: #54BA7A;
}
.AnyTagClassName
{
color: #54BA7A;
}
</style>
background-color css
<style>
a { background-color: #54BA7A; }
a { background-color: rgb(84,186,122); }
div.DivClassName
{
background-color: #54BA7A;
}
.BgClassName
{
background-color: #54BA7A;
}
</style>
border-color css
<style>
span { border-color: #54BA7A; }
span { border-color: rgb(84,186,122); }
td.TdClassName
{
border-color: #54BA7A;
}
.TagClassName
{
border-color: #54BA7A;
}
</style>