Shades of Emerald #53E98C
Tints of Emerald #53E98C
RGB
CMYK
RGB Variations
Color information
#53E98C (or 0x53E98C) is known color: Emerald. HEX triplet: 53, E9 and 8C. RGB value is (83,233,140). Sum of RGB (Red+Green+Blue) = 83+233+140=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 233 (91.41% from 255 or 51.10% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 233 - color contains mainly: green. Hex color #53E98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E98C is #AC1673. Grayscale: #B1B1B1. Windows color (decimal): -11277940 or 9234771. OLE color: 9234771.
HSL color Cylindrical-coordinate representation of color #53E98C: hue angle of 142.8º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E98C is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 233 | 140 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.09 |
| HSL | 142.8º | 0.77% | 0.62% | - |
| HSV(B) | 142.8º | 0.64% | 0.91% | - |
| XYZ | 37.44 | 62.01 | 34.81 | - |
| YUV | 177.55 | 106.81 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 233 | 140 | 0.64 | 0 | 0.40 | 0.09 | 142.8 | 0.77 | 0.62 |
| Hex | 53 | E9 | 8C | 40 | 0 | 28 | 9 | 8F | 4D | 3E |
| Octal | 123 | 351 | 214 | 100 | 0 | 50 | 11 | 217 | 115 | 76 |
| Binary | 1010011 | 11101001 | 10001100 | 1000000 | 0 | 101000 | 1001 | 10001111 | 1001101 | 111110 |
Color Harmonies of #53E98C
Complementary color
Monochromatic Colors of #53E98C
Black with #53E98C
Text Example
Text Example
White with #53E98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E98C; }
p { color: rgb(83,233,140); }
H1.HeaderClassName
{
color: #53E98C;
}
.AnyTagClassName
{
color: #53E98C;
}
</style>
background-color css
<style>
a { background-color: #53E98C; }
a { background-color: rgb(83,233,140); }
div.DivClassName
{
background-color: #53E98C;
}
.BgClassName
{
background-color: #53E98C;
}
</style>
border-color css
<style>
span { border-color: #53E98C; }
span { border-color: rgb(83,233,140); }
td.TdClassName
{
border-color: #53E98C;
}
.TagClassName
{
border-color: #53E98C;
}
</style>