Shades of Emerald #54CC88
Tints of Emerald #54CC88
RGB
CMYK
RGB Variations
Color information
#54CC88 (or 0x54CC88) is known color: Emerald. HEX triplet: 54, CC and 88. RGB value is (84,204,136). Sum of RGB (Red+Green+Blue) = 84+204+136=424 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.81% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 204 - color contains mainly: green. Hex color #54CC88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #54CC88 is #AB3377. Grayscale: #A0A0A0. Windows color (decimal): -11219832 or 8965204. OLE color: 8965204.
HSL color Cylindrical-coordinate representation of color #54CC88: hue angle of 146º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54CC88 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 204 | 136 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.2 |
| HSL | 146º | 0.54% | 0.56% | - |
| HSV(B) | 146º | 0.59% | 0.8% | - |
| XYZ | 29.69 | 46.85 | 30.77 | - |
| YUV | 160.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 204 | 136 | 0.59 | 0 | 0.33 | 0.2 | 146 | 0.54 | 0.56 |
| Hex | 54 | CC | 88 | 3B | 0 | 21 | 14 | 92 | 36 | 38 |
| Octal | 124 | 314 | 210 | 73 | 0 | 41 | 24 | 222 | 66 | 70 |
| Binary | 1010100 | 11001100 | 10001000 | 111011 | 0 | 100001 | 10100 | 10010010 | 110110 | 111000 |
Color Harmonies of #54CC88
Complementary color
Monochromatic Colors of #54CC88
Black with #54CC88
Text Example
Text Example
White with #54CC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54CC88; }
p { color: rgb(84,204,136); }
H1.HeaderClassName
{
color: #54CC88;
}
.AnyTagClassName
{
color: #54CC88;
}
</style>
background-color css
<style>
a { background-color: #54CC88; }
a { background-color: rgb(84,204,136); }
div.DivClassName
{
background-color: #54CC88;
}
.BgClassName
{
background-color: #54CC88;
}
</style>
border-color css
<style>
span { border-color: #54CC88; }
span { border-color: rgb(84,204,136); }
td.TdClassName
{
border-color: #54CC88;
}
.TagClassName
{
border-color: #54CC88;
}
</style>