Shades of Emerald #53E386
Tints of Emerald #53E386
RGB
CMYK
RGB Variations
Color information
#53E386 (or 0x53E386) is known color: Emerald. HEX triplet: 53, E3 and 86. RGB value is (83,227,134). Sum of RGB (Red+Green+Blue) = 83+227+134=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 227 (89.06% from 255 or 51.13% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 227 - color contains mainly: green. Hex color #53E386 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E386 is #AC1C79. Grayscale: #ADADAD. Windows color (decimal): -11279482 or 8840019. OLE color: 8840019.
HSL color Cylindrical-coordinate representation of color #53E386: hue angle of 141.25º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E386 is Cyan = 0.63, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 227 | 134 | - |
| CMYK | 0.63 | 0 | 0.41 | 0.11 |
| HSL | 141.25º | 0.72% | 0.61% | - |
| HSV(B) | 141.25º | 0.63% | 0.89% | - |
| XYZ | 35.34 | 58.5 | 31.98 | - |
| YUV | 173.34 | 105.79 | 63.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 227 | 134 | 0.63 | 0 | 0.41 | 0.11 | 141.25 | 0.72 | 0.61 |
| Hex | 53 | E3 | 86 | 3F | 0 | 29 | B | 8D | 48 | 3D |
| Octal | 123 | 343 | 206 | 77 | 0 | 51 | 13 | 215 | 110 | 75 |
| Binary | 1010011 | 11100011 | 10000110 | 111111 | 0 | 101001 | 1011 | 10001101 | 1001000 | 111101 |
Color Harmonies of #53E386
Complementary color
Monochromatic Colors of #53E386
Black with #53E386
Text Example
Text Example
White with #53E386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E386; }
p { color: rgb(83,227,134); }
H1.HeaderClassName
{
color: #53E386;
}
.AnyTagClassName
{
color: #53E386;
}
</style>
background-color css
<style>
a { background-color: #53E386; }
a { background-color: rgb(83,227,134); }
div.DivClassName
{
background-color: #53E386;
}
.BgClassName
{
background-color: #53E386;
}
</style>
border-color css
<style>
span { border-color: #53E386; }
span { border-color: rgb(83,227,134); }
td.TdClassName
{
border-color: #53E386;
}
.TagClassName
{
border-color: #53E386;
}
</style>