Shades of Emerald #53EC88
Tints of Emerald #53EC88
RGB
CMYK
RGB Variations
Color information
#53EC88 (or 0x53EC88) is known color: Emerald. HEX triplet: 53, EC and 88. RGB value is (83,236,136). Sum of RGB (Red+Green+Blue) = 83+236+136=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #53EC88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53EC88 is #AC1377. Grayscale: #B3B3B3. Windows color (decimal): -11277176 or 8973395. OLE color: 8973395.
HSL color Cylindrical-coordinate representation of color #53EC88: hue angle of 140.78º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53EC88 is Cyan = 0.65, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 236 | 136 | - |
| CMYK | 0.65 | 0 | 0.42 | 0.07 |
| HSL | 140.78º | 0.8% | 0.63% | - |
| HSV(B) | 140.78º | 0.65% | 0.93% | - |
| XYZ | 38.01 | 63.61 | 33.57 | - |
| YUV | 178.85 | 103.81 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 236 | 136 | 0.65 | 0 | 0.42 | 0.07 | 140.78 | 0.8 | 0.63 |
| Hex | 53 | EC | 88 | 41 | 0 | 2A | 7 | 8D | 50 | 3F |
| Octal | 123 | 354 | 210 | 101 | 0 | 52 | 7 | 215 | 120 | 77 |
| Binary | 1010011 | 11101100 | 10001000 | 1000001 | 0 | 101010 | 111 | 10001101 | 1010000 | 111111 |
Color Harmonies of #53EC88
Complementary color
Monochromatic Colors of #53EC88
Black with #53EC88
Text Example
Text Example
White with #53EC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53EC88; }
p { color: rgb(83,236,136); }
H1.HeaderClassName
{
color: #53EC88;
}
.AnyTagClassName
{
color: #53EC88;
}
</style>
background-color css
<style>
a { background-color: #53EC88; }
a { background-color: rgb(83,236,136); }
div.DivClassName
{
background-color: #53EC88;
}
.BgClassName
{
background-color: #53EC88;
}
</style>
border-color css
<style>
span { border-color: #53EC88; }
span { border-color: rgb(83,236,136); }
td.TdClassName
{
border-color: #53EC88;
}
.TagClassName
{
border-color: #53EC88;
}
</style>