Shades of Emerald #53B87B
Tints of Emerald #53B87B
RGB
CMYK
RGB Variations
Color information
#53B87B (or 0x53B87B) is known color: Emerald. HEX triplet: 53, B8 and 7B. RGB value is (83,184,123). Sum of RGB (Red+Green+Blue) = 83+184+123=390 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.28% from 390); Green value is 184 (72.27% from 255 or 47.18% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 184 - color contains mainly: green. Hex color #53B87B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B87B is #AC4784. Grayscale: #929292. Windows color (decimal): -11290501 or 8108115. OLE color: 8108115.
HSL color Cylindrical-coordinate representation of color #53B87B: hue angle of 143.76º 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 #53B87B is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 123 | - |
| CMYK | 0.55 | 0 | 0.33 | 0.28 |
| HSL | 143.76º | 0.42% | 0.52% | - |
| HSV(B) | 143.76º | 0.55% | 0.72% | - |
| XYZ | 24.28 | 37.55 | 24.71 | - |
| YUV | 146.85 | 114.54 | 82.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 123 | 0.55 | 0 | 0.33 | 0.28 | 143.76 | 0.42 | 0.52 |
| Hex | 53 | B8 | 7B | 37 | 0 | 21 | 1C | 90 | 2A | 34 |
| Octal | 123 | 270 | 173 | 67 | 0 | 41 | 34 | 220 | 52 | 64 |
| Binary | 1010011 | 10111000 | 1111011 | 110111 | 0 | 100001 | 11100 | 10010000 | 101010 | 110100 |
Color Harmonies of #53B87B
Complementary color
Monochromatic Colors of #53B87B
Black with #53B87B
Text Example
Text Example
White with #53B87B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B87B; }
p { color: rgb(83,184,123); }
H1.HeaderClassName
{
color: #53B87B;
}
.AnyTagClassName
{
color: #53B87B;
}
</style>
background-color css
<style>
a { background-color: #53B87B; }
a { background-color: rgb(83,184,123); }
div.DivClassName
{
background-color: #53B87B;
}
.BgClassName
{
background-color: #53B87B;
}
</style>
border-color css
<style>
span { border-color: #53B87B; }
span { border-color: rgb(83,184,123); }
td.TdClassName
{
border-color: #53B87B;
}
.TagClassName
{
border-color: #53B87B;
}
</style>