Shades of Emerald #53D18B
Tints of Emerald #53D18B
RGB
CMYK
RGB Variations
Color information
#53D18B (or 0x53D18B) is known color: Emerald. HEX triplet: 53, D1 and 8B. RGB value is (83,209,139). Sum of RGB (Red+Green+Blue) = 83+209+139=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #53D18B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D18B is #AC2E74. Grayscale: #A3A3A3. Windows color (decimal): -11284085 or 9163091. OLE color: 9163091.
HSL color Cylindrical-coordinate representation of color #53D18B: hue angle of 146.67º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D18B is Cyan = 0.60, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 209 | 139 | - |
| CMYK | 0.60 | 0 | 0.33 | 0.18 |
| HSL | 146.67º | 0.58% | 0.57% | - |
| HSV(B) | 146.67º | 0.6% | 0.82% | - |
| XYZ | 31.03 | 49.3 | 32.31 | - |
| YUV | 163.35 | 114.26 | 70.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 139 | 0.60 | 0 | 0.33 | 0.18 | 146.67 | 0.58 | 0.57 |
| Hex | 53 | D1 | 8B | 3C | 0 | 21 | 12 | 93 | 3A | 39 |
| Octal | 123 | 321 | 213 | 74 | 0 | 41 | 22 | 223 | 72 | 71 |
| Binary | 1010011 | 11010001 | 10001011 | 111100 | 0 | 100001 | 10010 | 10010011 | 111010 | 111001 |
Color Harmonies of #53D18B
Complementary color
Monochromatic Colors of #53D18B
Black with #53D18B
Text Example
Text Example
White with #53D18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D18B; }
p { color: rgb(83,209,139); }
H1.HeaderClassName
{
color: #53D18B;
}
.AnyTagClassName
{
color: #53D18B;
}
</style>
background-color css
<style>
a { background-color: #53D18B; }
a { background-color: rgb(83,209,139); }
div.DivClassName
{
background-color: #53D18B;
}
.BgClassName
{
background-color: #53D18B;
}
</style>
border-color css
<style>
span { border-color: #53D18B; }
span { border-color: rgb(83,209,139); }
td.TdClassName
{
border-color: #53D18B;
}
.TagClassName
{
border-color: #53D18B;
}
</style>