Shades of Emerald #53D68B
Tints of Emerald #53D68B
RGB
CMYK
RGB Variations
Color information
#53D68B (or 0x53D68B) is known color: Emerald. HEX triplet: 53, D6 and 8B. RGB value is (83,214,139). Sum of RGB (Red+Green+Blue) = 83+214+139=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #53D68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53D68B is #AC2974. Grayscale: #A6A6A6. Windows color (decimal): -11282805 or 9164371. OLE color: 9164371.
HSL color Cylindrical-coordinate representation of color #53D68B: hue angle of 145.65º 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 #53D68B is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 214 | 139 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.16 |
| HSL | 145.65º | 0.62% | 0.58% | - |
| HSV(B) | 145.65º | 0.61% | 0.84% | - |
| XYZ | 32.27 | 51.8 | 32.72 | - |
| YUV | 166.28 | 112.6 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 214 | 139 | 0.61 | 0 | 0.35 | 0.16 | 145.65 | 0.62 | 0.58 |
| Hex | 53 | D6 | 8B | 3D | 0 | 23 | 10 | 92 | 3E | 3A |
| Octal | 123 | 326 | 213 | 75 | 0 | 43 | 20 | 222 | 76 | 72 |
| Binary | 1010011 | 11010110 | 10001011 | 111101 | 0 | 100011 | 10000 | 10010010 | 111110 | 111010 |
Color Harmonies of #53D68B
Complementary color
Monochromatic Colors of #53D68B
Black with #53D68B
Text Example
Text Example
White with #53D68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D68B; }
p { color: rgb(83,214,139); }
H1.HeaderClassName
{
color: #53D68B;
}
.AnyTagClassName
{
color: #53D68B;
}
</style>
background-color css
<style>
a { background-color: #53D68B; }
a { background-color: rgb(83,214,139); }
div.DivClassName
{
background-color: #53D68B;
}
.BgClassName
{
background-color: #53D68B;
}
</style>
border-color css
<style>
span { border-color: #53D68B; }
span { border-color: rgb(83,214,139); }
td.TdClassName
{
border-color: #53D68B;
}
.TagClassName
{
border-color: #53D68B;
}
</style>