Shades of Emerald #53C886
Tints of Emerald #53C886
RGB
CMYK
RGB Variations
Color information
#53C886 (or 0x53C886) is known color: Emerald. HEX triplet: 53, C8 and 86. RGB value is (83,200,134). Sum of RGB (Red+Green+Blue) = 83+200+134=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 200 (78.52% from 255 or 47.96% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 200 - color contains mainly: green. Hex color #53C886 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C886 is #AC3779. Grayscale: #9D9D9D. Windows color (decimal): -11286394 or 8833107. OLE color: 8833107.
HSL color Cylindrical-coordinate representation of color #53C886: hue angle of 146.15º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C886 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 134 | - |
| CMYK | 0.58 | 0 | 0.33 | 0.22 |
| HSL | 146.15º | 0.52% | 0.55% | - |
| HSV(B) | 146.15º | 0.59% | 0.78% | - |
| XYZ | 28.52 | 44.87 | 29.71 | - |
| YUV | 157.49 | 114.74 | 74.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 134 | 0.58 | 0 | 0.33 | 0.22 | 146.15 | 0.52 | 0.55 |
| Hex | 53 | C8 | 86 | 3A | 0 | 21 | 16 | 92 | 34 | 37 |
| Octal | 123 | 310 | 206 | 72 | 0 | 41 | 26 | 222 | 64 | 67 |
| Binary | 1010011 | 11001000 | 10000110 | 111010 | 0 | 100001 | 10110 | 10010010 | 110100 | 110111 |
Color Harmonies of #53C886
Complementary color
Monochromatic Colors of #53C886
Black with #53C886
Text Example
Text Example
White with #53C886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C886; }
p { color: rgb(83,200,134); }
H1.HeaderClassName
{
color: #53C886;
}
.AnyTagClassName
{
color: #53C886;
}
</style>
background-color css
<style>
a { background-color: #53C886; }
a { background-color: rgb(83,200,134); }
div.DivClassName
{
background-color: #53C886;
}
.BgClassName
{
background-color: #53C886;
}
</style>
border-color css
<style>
span { border-color: #53C886; }
span { border-color: rgb(83,200,134); }
td.TdClassName
{
border-color: #53C886;
}
.TagClassName
{
border-color: #53C886;
}
</style>