Shades of Emerald #53D68A
Tints of Emerald #53D68A
RGB
CMYK
RGB Variations
Color information
#53D68A (or 0x53D68A) is known color: Emerald. HEX triplet: 53, D6 and 8A. RGB value is (83,214,138). Sum of RGB (Red+Green+Blue) = 83+214+138=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #53D68A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D68A is #AC2975. Grayscale: #A6A6A6. Windows color (decimal): -11282806 or 9098835. OLE color: 9098835.
HSL color Cylindrical-coordinate representation of color #53D68A: hue angle of 145.19º 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 #53D68A is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 138 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.16 |
| HSL | 145.19º | 0.62% | 0.58% | - |
| HSV(B) | 145.19º | 0.61% | 0.84% | - |
| XYZ | 32.2 | 51.77 | 32.34 | - |
| YUV | 166.17 | 112.1 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 138 | 0.61 | 0 | 0.36 | 0.16 | 145.19 | 0.62 | 0.58 |
| Hex | 53 | D6 | 8A | 3D | 0 | 24 | 10 | 91 | 3E | 3A |
| Octal | 123 | 326 | 212 | 75 | 0 | 44 | 20 | 221 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10001010 | 111101 | 0 | 100100 | 10000 | 10010001 | 111110 | 111010 |
Color Harmonies of #53D68A
Complementary color
Monochromatic Colors of #53D68A
Black with #53D68A
Text Example
Text Example
White with #53D68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D68A; }
p { color: rgb(83,214,138); }
H1.HeaderClassName
{
color: #53D68A;
}
.AnyTagClassName
{
color: #53D68A;
}
</style>
background-color css
<style>
a { background-color: #53D68A; }
a { background-color: rgb(83,214,138); }
div.DivClassName
{
background-color: #53D68A;
}
.BgClassName
{
background-color: #53D68A;
}
</style>
border-color css
<style>
span { border-color: #53D68A; }
span { border-color: rgb(83,214,138); }
td.TdClassName
{
border-color: #53D68A;
}
.TagClassName
{
border-color: #53D68A;
}
</style>