Shades of Emerald #54BC7B
Tints of Emerald #54BC7B
RGB
CMYK
RGB Variations
Color information
#54BC7B (or 0x54BC7B) is known color: Emerald. HEX triplet: 54, BC and 7B. RGB value is (84,188,123). Sum of RGB (Red+Green+Blue) = 84+188+123=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #54BC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BC7B is #AB4384. Grayscale: #959595. Windows color (decimal): -11223941 or 8109140. OLE color: 8109140.
HSL color Cylindrical-coordinate representation of color #54BC7B: hue angle of 142.5º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #54BC7B is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 188 | 123 | - |
| CMYK | 0.55 | 0 | 0.35 | 0.26 |
| HSL | 142.5º | 0.44% | 0.53% | - |
| HSV(B) | 142.5º | 0.55% | 0.74% | - |
| XYZ | 25.21 | 39.28 | 24.99 | - |
| YUV | 149.49 | 113.04 | 81.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 188 | 123 | 0.55 | 0 | 0.35 | 0.26 | 142.5 | 0.44 | 0.53 |
| Hex | 54 | BC | 7B | 37 | 0 | 23 | 1A | 8E | 2C | 35 |
| Octal | 124 | 274 | 173 | 67 | 0 | 43 | 32 | 216 | 54 | 65 |
| Binary | 1010100 | 10111100 | 1111011 | 110111 | 0 | 100011 | 11010 | 10001110 | 101100 | 110101 |
Color Harmonies of #54BC7B
Complementary color
Monochromatic Colors of #54BC7B
Black with #54BC7B
Text Example
Text Example
White with #54BC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54BC7B; }
p { color: rgb(84,188,123); }
H1.HeaderClassName
{
color: #54BC7B;
}
.AnyTagClassName
{
color: #54BC7B;
}
</style>
background-color css
<style>
a { background-color: #54BC7B; }
a { background-color: rgb(84,188,123); }
div.DivClassName
{
background-color: #54BC7B;
}
.BgClassName
{
background-color: #54BC7B;
}
</style>
border-color css
<style>
span { border-color: #54BC7B; }
span { border-color: rgb(84,188,123); }
td.TdClassName
{
border-color: #54BC7B;
}
.TagClassName
{
border-color: #54BC7B;
}
</style>