Shades of Emerald #54C086
Tints of Emerald #54C086
RGB
CMYK
RGB Variations
Color information
#54C086 (or 0x54C086) is known color: Emerald. HEX triplet: 54, C0 and 86. RGB value is (84,192,134). Sum of RGB (Red+Green+Blue) = 84+192+134=410 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.49% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 192 - color contains mainly: green. Hex color #54C086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54C086 is #AB3F79. Grayscale: #999999. Windows color (decimal): -11222906 or 8831060. OLE color: 8831060.
HSL color Cylindrical-coordinate representation of color #54C086: hue angle of 147.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54C086 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 192 | 134 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.25 |
| HSL | 147.78º | 0.46% | 0.54% | - |
| HSV(B) | 147.78º | 0.56% | 0.75% | - |
| XYZ | 26.81 | 41.31 | 29.11 | - |
| YUV | 153.1 | 117.22 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 192 | 134 | 0.56 | 0 | 0.30 | 0.25 | 147.78 | 0.46 | 0.54 |
| Hex | 54 | C0 | 86 | 38 | 0 | 1E | 19 | 94 | 2E | 36 |
| Octal | 124 | 300 | 206 | 70 | 0 | 36 | 31 | 224 | 56 | 66 |
| Binary | 1010100 | 11000000 | 10000110 | 111000 | 0 | 11110 | 11001 | 10010100 | 101110 | 110110 |
Color Harmonies of #54C086
Complementary color
Monochromatic Colors of #54C086
Black with #54C086
Text Example
Text Example
White with #54C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54C086; }
p { color: rgb(84,192,134); }
H1.HeaderClassName
{
color: #54C086;
}
.AnyTagClassName
{
color: #54C086;
}
</style>
background-color css
<style>
a { background-color: #54C086; }
a { background-color: rgb(84,192,134); }
div.DivClassName
{
background-color: #54C086;
}
.BgClassName
{
background-color: #54C086;
}
</style>
border-color css
<style>
span { border-color: #54C086; }
span { border-color: rgb(84,192,134); }
td.TdClassName
{
border-color: #54C086;
}
.TagClassName
{
border-color: #54C086;
}
</style>