Shades of Emerald #53B884
Tints of Emerald #53B884
RGB
CMYK
RGB Variations
Color information
#53B884 (or 0x53B884) is known color: Emerald. HEX triplet: 53, B8 and 84. RGB value is (83,184,132). Sum of RGB (Red+Green+Blue) = 83+184+132=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #53B884 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B884 is #AC477B. Grayscale: #939393. Windows color (decimal): -11290492 or 8697939. OLE color: 8697939.
HSL color Cylindrical-coordinate representation of color #53B884: hue angle of 149.11º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B884 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 132 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.28 |
| HSL | 149.11º | 0.42% | 0.52% | - |
| HSV(B) | 149.11º | 0.55% | 0.72% | - |
| XYZ | 24.87 | 37.79 | 27.81 | - |
| YUV | 147.87 | 119.04 | 81.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 132 | 0.55 | 0 | 0.28 | 0.28 | 149.11 | 0.42 | 0.52 |
| Hex | 53 | B8 | 84 | 37 | 0 | 1C | 1C | 95 | 2A | 34 |
| Octal | 123 | 270 | 204 | 67 | 0 | 34 | 34 | 225 | 52 | 64 |
| Binary | 1010011 | 10111000 | 10000100 | 110111 | 0 | 11100 | 11100 | 10010101 | 101010 | 110100 |
Color Harmonies of #53B884
Complementary color
Monochromatic Colors of #53B884
Black with #53B884
Text Example
Text Example
White with #53B884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B884; }
p { color: rgb(83,184,132); }
H1.HeaderClassName
{
color: #53B884;
}
.AnyTagClassName
{
color: #53B884;
}
</style>
background-color css
<style>
a { background-color: #53B884; }
a { background-color: rgb(83,184,132); }
div.DivClassName
{
background-color: #53B884;
}
.BgClassName
{
background-color: #53B884;
}
</style>
border-color css
<style>
span { border-color: #53B884; }
span { border-color: rgb(83,184,132); }
td.TdClassName
{
border-color: #53B884;
}
.TagClassName
{
border-color: #53B884;
}
</style>