Shades of Emerald #53E594
Tints of Emerald #53E594
RGB
CMYK
RGB Variations
Color information
#53E594 (or 0x53E594) is known color: Emerald. HEX triplet: 53, E5 and 94. RGB value is (83,229,148). Sum of RGB (Red+Green+Blue) = 83+229+148=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 229 (89.84% from 255 or 49.78% from 460); Blue value is 148 (58.20% from 255 or 32.17% from 460); Max value from RGB is 229 - color contains mainly: green. Hex color #53E594 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53E594 is #AC1A6B. Grayscale: #B0B0B0. Windows color (decimal): -11278956 or 9758035. OLE color: 9758035.
HSL color Cylindrical-coordinate representation of color #53E594: hue angle of 146.71º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E594 is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 229 | 148 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.10 |
| HSL | 146.71º | 0.74% | 0.61% | - |
| HSV(B) | 146.71º | 0.64% | 0.9% | - |
| XYZ | 36.93 | 60.02 | 37.65 | - |
| YUV | 176.11 | 112.13 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 229 | 148 | 0.64 | 0 | 0.35 | 0.10 | 146.71 | 0.74 | 0.61 |
| Hex | 53 | E5 | 94 | 40 | 0 | 23 | A | 93 | 4A | 3D |
| Octal | 123 | 345 | 224 | 100 | 0 | 43 | 12 | 223 | 112 | 75 |
| Binary | 1010011 | 11100101 | 10010100 | 1000000 | 0 | 100011 | 1010 | 10010011 | 1001010 | 111101 |
Color Harmonies of #53E594
Complementary color
Monochromatic Colors of #53E594
Black with #53E594
Text Example
Text Example
White with #53E594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E594; }
p { color: rgb(83,229,148); }
H1.HeaderClassName
{
color: #53E594;
}
.AnyTagClassName
{
color: #53E594;
}
</style>
background-color css
<style>
a { background-color: #53E594; }
a { background-color: rgb(83,229,148); }
div.DivClassName
{
background-color: #53E594;
}
.BgClassName
{
background-color: #53E594;
}
</style>
border-color css
<style>
span { border-color: #53E594; }
span { border-color: rgb(83,229,148); }
td.TdClassName
{
border-color: #53E594;
}
.TagClassName
{
border-color: #53E594;
}
</style>