Shades of Emerald #53D48C
Tints of Emerald #53D48C
RGB
CMYK
RGB Variations
Color information
#53D48C (or 0x53D48C) is known color: Emerald. HEX triplet: 53, D4 and 8C. RGB value is (83,212,140). Sum of RGB (Red+Green+Blue) = 83+212+140=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #53D48C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D48C is #AC2B73. Grayscale: #A5A5A5. Windows color (decimal): -11283316 or 9229395. OLE color: 9229395.
HSL color Cylindrical-coordinate representation of color #53D48C: hue angle of 146.51º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D48C is Cyan = 0.61, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 212 | 140 | - |
| CMYK | 0.61 | 0 | 0.34 | 0.17 |
| HSL | 146.51º | 0.6% | 0.58% | - |
| HSV(B) | 146.51º | 0.61% | 0.83% | - |
| XYZ | 31.84 | 50.82 | 32.94 | - |
| YUV | 165.22 | 113.76 | 69.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 212 | 140 | 0.61 | 0 | 0.34 | 0.17 | 146.51 | 0.6 | 0.58 |
| Hex | 53 | D4 | 8C | 3D | 0 | 22 | 11 | 93 | 3C | 3A |
| Octal | 123 | 324 | 214 | 75 | 0 | 42 | 21 | 223 | 74 | 72 |
| Binary | 1010011 | 11010100 | 10001100 | 111101 | 0 | 100010 | 10001 | 10010011 | 111100 | 111010 |
Color Harmonies of #53D48C
Complementary color
Monochromatic Colors of #53D48C
Black with #53D48C
Text Example
Text Example
White with #53D48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D48C; }
p { color: rgb(83,212,140); }
H1.HeaderClassName
{
color: #53D48C;
}
.AnyTagClassName
{
color: #53D48C;
}
</style>
background-color css
<style>
a { background-color: #53D48C; }
a { background-color: rgb(83,212,140); }
div.DivClassName
{
background-color: #53D48C;
}
.BgClassName
{
background-color: #53D48C;
}
</style>
border-color css
<style>
span { border-color: #53D48C; }
span { border-color: rgb(83,212,140); }
td.TdClassName
{
border-color: #53D48C;
}
.TagClassName
{
border-color: #53D48C;
}
</style>