Shades of Emerald #53BD80
Tints of Emerald #53BD80
RGB
CMYK
RGB Variations
Color information
#53BD80 (or 0x53BD80) is known color: Emerald. HEX triplet: 53, BD and 80. RGB value is (83,189,128). Sum of RGB (Red+Green+Blue) = 83+189+128=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #53BD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BD80 is #AC427F. Grayscale: #969696. Windows color (decimal): -11289216 or 8437075. OLE color: 8437075.
HSL color Cylindrical-coordinate representation of color #53BD80: hue angle of 145.47º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BD80 is Cyan = 0.56, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 128 | - |
| CMYK | 0.56 | 0 | 0.32 | 0.26 |
| HSL | 145.47º | 0.45% | 0.53% | - |
| HSV(B) | 145.47º | 0.56% | 0.74% | - |
| XYZ | 25.66 | 39.79 | 26.75 | - |
| YUV | 150.35 | 115.38 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 128 | 0.56 | 0 | 0.32 | 0.26 | 145.47 | 0.45 | 0.53 |
| Hex | 53 | BD | 80 | 38 | 0 | 20 | 1A | 91 | 2D | 35 |
| Octal | 123 | 275 | 200 | 70 | 0 | 40 | 32 | 221 | 55 | 65 |
| Binary | 1010011 | 10111101 | 10000000 | 111000 | 0 | 100000 | 11010 | 10010001 | 101101 | 110101 |
Color Harmonies of #53BD80
Complementary color
Monochromatic Colors of #53BD80
Black with #53BD80
Text Example
Text Example
White with #53BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BD80; }
p { color: rgb(83,189,128); }
H1.HeaderClassName
{
color: #53BD80;
}
.AnyTagClassName
{
color: #53BD80;
}
</style>
background-color css
<style>
a { background-color: #53BD80; }
a { background-color: rgb(83,189,128); }
div.DivClassName
{
background-color: #53BD80;
}
.BgClassName
{
background-color: #53BD80;
}
</style>
border-color css
<style>
span { border-color: #53BD80; }
span { border-color: rgb(83,189,128); }
td.TdClassName
{
border-color: #53BD80;
}
.TagClassName
{
border-color: #53BD80;
}
</style>