Shades of Emerald #53E092
Tints of Emerald #53E092
RGB
CMYK
RGB Variations
Color information
#53E092 (or 0x53E092) is known color: Emerald. HEX triplet: 53, E0 and 92. RGB value is (83,224,146). Sum of RGB (Red+Green+Blue) = 83+224+146=453 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.32% from 453); Green value is 224 (87.89% from 255 or 49.45% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 224 - color contains mainly: green. Hex color #53E092 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E092 is #AC1F6D. Grayscale: #ADADAD. Windows color (decimal): -11280238 or 9625683. OLE color: 9625683.
HSL color Cylindrical-coordinate representation of color #53E092: hue angle of 146.81º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E092 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 224 | 146 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.12 |
| HSL | 146.81º | 0.69% | 0.6% | - |
| HSV(B) | 146.81º | 0.63% | 0.88% | - |
| XYZ | 35.41 | 57.23 | 36.37 | - |
| YUV | 172.95 | 112.79 | 63.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 224 | 146 | 0.63 | 0 | 0.35 | 0.12 | 146.81 | 0.69 | 0.6 |
| Hex | 53 | E0 | 92 | 3F | 0 | 23 | C | 93 | 45 | 3C |
| Octal | 123 | 340 | 222 | 77 | 0 | 43 | 14 | 223 | 105 | 74 |
| Binary | 1010011 | 11100000 | 10010010 | 111111 | 0 | 100011 | 1100 | 10010011 | 1000101 | 111100 |
Color Harmonies of #53E092
Complementary color
Monochromatic Colors of #53E092
Black with #53E092
Text Example
Text Example
White with #53E092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E092; }
p { color: rgb(83,224,146); }
H1.HeaderClassName
{
color: #53E092;
}
.AnyTagClassName
{
color: #53E092;
}
</style>
background-color css
<style>
a { background-color: #53E092; }
a { background-color: rgb(83,224,146); }
div.DivClassName
{
background-color: #53E092;
}
.BgClassName
{
background-color: #53E092;
}
</style>
border-color css
<style>
span { border-color: #53E092; }
span { border-color: rgb(83,224,146); }
td.TdClassName
{
border-color: #53E092;
}
.TagClassName
{
border-color: #53E092;
}
</style>