Shades of Emerald #53BC7E
Tints of Emerald #53BC7E
RGB
CMYK
RGB Variations
Color information
#53BC7E (or 0x53BC7E) is known color: Emerald. HEX triplet: 53, BC and 7E. RGB value is (83,188,126). Sum of RGB (Red+Green+Blue) = 83+188+126=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC7E is #AC4381. Grayscale: #959595. Windows color (decimal): -11289474 or 8305747. OLE color: 8305747.
HSL color Cylindrical-coordinate representation of color #53BC7E: hue angle of 144.57º degrees, saturation: 0.44, 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 #53BC7E is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 126 | - |
| CMYK | 0.56 | 0 | 0.33 | 0.26 |
| HSL | 144.57º | 0.44% | 0.53% | - |
| HSV(B) | 144.57º | 0.56% | 0.74% | - |
| XYZ | 25.32 | 39.31 | 25.99 | - |
| YUV | 149.54 | 114.71 | 80.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 126 | 0.56 | 0 | 0.33 | 0.26 | 144.57 | 0.44 | 0.53 |
| Hex | 53 | BC | 7E | 38 | 0 | 21 | 1A | 91 | 2C | 35 |
| Octal | 123 | 274 | 176 | 70 | 0 | 41 | 32 | 221 | 54 | 65 |
| Binary | 1010011 | 10111100 | 1111110 | 111000 | 0 | 100001 | 11010 | 10010001 | 101100 | 110101 |
Color Harmonies of #53BC7E
Complementary color
Monochromatic Colors of #53BC7E
Black with #53BC7E
Text Example
Text Example
White with #53BC7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC7E; }
p { color: rgb(83,188,126); }
H1.HeaderClassName
{
color: #53BC7E;
}
.AnyTagClassName
{
color: #53BC7E;
}
</style>
background-color css
<style>
a { background-color: #53BC7E; }
a { background-color: rgb(83,188,126); }
div.DivClassName
{
background-color: #53BC7E;
}
.BgClassName
{
background-color: #53BC7E;
}
</style>
border-color css
<style>
span { border-color: #53BC7E; }
span { border-color: rgb(83,188,126); }
td.TdClassName
{
border-color: #53BC7E;
}
.TagClassName
{
border-color: #53BC7E;
}
</style>