Shades of Emerald #53D686
Tints of Emerald #53D686
RGB
CMYK
RGB Variations
Color information
#53D686 (or 0x53D686) is known color: Emerald. HEX triplet: 53, D6 and 86. RGB value is (83,214,134). Sum of RGB (Red+Green+Blue) = 83+214+134=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 214 (83.98% from 255 or 49.65% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 214 - color contains mainly: green. Hex color #53D686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D686 is #AC2979. Grayscale: #A5A5A5. Windows color (decimal): -11282810 or 8836691. OLE color: 8836691.
HSL color Cylindrical-coordinate representation of color #53D686: hue angle of 143.36º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53D686 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 134 | - |
| CMYK | 0.61 | 0 | 0.37 | 0.16 |
| HSL | 143.36º | 0.62% | 0.58% | - |
| HSV(B) | 143.36º | 0.61% | 0.84% | - |
| XYZ | 31.92 | 51.65 | 30.84 | - |
| YUV | 165.71 | 110.1 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 134 | 0.61 | 0 | 0.37 | 0.16 | 143.36 | 0.62 | 0.58 |
| Hex | 53 | D6 | 86 | 3D | 0 | 25 | 10 | 8F | 3E | 3A |
| Octal | 123 | 326 | 206 | 75 | 0 | 45 | 20 | 217 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10000110 | 111101 | 0 | 100101 | 10000 | 10001111 | 111110 | 111010 |
Color Harmonies of #53D686
Complementary color
Monochromatic Colors of #53D686
Black with #53D686
Text Example
Text Example
White with #53D686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D686; }
p { color: rgb(83,214,134); }
H1.HeaderClassName
{
color: #53D686;
}
.AnyTagClassName
{
color: #53D686;
}
</style>
background-color css
<style>
a { background-color: #53D686; }
a { background-color: rgb(83,214,134); }
div.DivClassName
{
background-color: #53D686;
}
.BgClassName
{
background-color: #53D686;
}
</style>
border-color css
<style>
span { border-color: #53D686; }
span { border-color: rgb(83,214,134); }
td.TdClassName
{
border-color: #53D686;
}
.TagClassName
{
border-color: #53D686;
}
</style>