Shades of Emerald #53E693
Tints of Emerald #53E693
RGB
CMYK
RGB Variations
Color information
#53E693 (or 0x53E693) is known color: Emerald. HEX triplet: 53, E6 and 93. RGB value is (83,230,147). Sum of RGB (Red+Green+Blue) = 83+230+147=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 230 (90.23% from 255 or 50% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 230 - color contains mainly: green. Hex color #53E693 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53E693 is #AC196C. Grayscale: #B0B0B0. Windows color (decimal): -11278701 or 9692755. OLE color: 9692755.
HSL color Cylindrical-coordinate representation of color #53E693: hue angle of 146.12º degrees, saturation: 0.75, 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 #53E693 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 230 | 147 | - |
| CMYK | 0.64 | 0 | 0.36 | 0.10 |
| HSL | 146.12º | 0.75% | 0.61% | - |
| HSV(B) | 146.12º | 0.64% | 0.9% | - |
| XYZ | 37.13 | 60.54 | 37.33 | - |
| YUV | 176.59 | 111.3 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 230 | 147 | 0.64 | 0 | 0.36 | 0.10 | 146.12 | 0.75 | 0.61 |
| Hex | 53 | E6 | 93 | 40 | 0 | 24 | A | 92 | 4B | 3D |
| Octal | 123 | 346 | 223 | 100 | 0 | 44 | 12 | 222 | 113 | 75 |
| Binary | 1010011 | 11100110 | 10010011 | 1000000 | 0 | 100100 | 1010 | 10010010 | 1001011 | 111101 |
Color Harmonies of #53E693
Complementary color
Monochromatic Colors of #53E693
Black with #53E693
Text Example
Text Example
White with #53E693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E693; }
p { color: rgb(83,230,147); }
H1.HeaderClassName
{
color: #53E693;
}
.AnyTagClassName
{
color: #53E693;
}
</style>
background-color css
<style>
a { background-color: #53E693; }
a { background-color: rgb(83,230,147); }
div.DivClassName
{
background-color: #53E693;
}
.BgClassName
{
background-color: #53E693;
}
</style>
border-color css
<style>
span { border-color: #53E693; }
span { border-color: rgb(83,230,147); }
td.TdClassName
{
border-color: #53E693;
}
.TagClassName
{
border-color: #53E693;
}
</style>