Shades of Emerald #53C989
Tints of Emerald #53C989
RGB
CMYK
RGB Variations
Color information
#53C989 (or 0x53C989) is known color: Emerald. HEX triplet: 53, C9 and 89. RGB value is (83,201,137). Sum of RGB (Red+Green+Blue) = 83+201+137=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #53C989 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C989 is #AC3676. Grayscale: #9E9E9E. Windows color (decimal): -11286135 or 9029971. OLE color: 9029971.
HSL color Cylindrical-coordinate representation of color #53C989: hue angle of 147.46º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C989 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 137 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.21 |
| HSL | 147.46º | 0.52% | 0.56% | - |
| HSV(B) | 147.46º | 0.59% | 0.79% | - |
| XYZ | 28.97 | 45.42 | 30.91 | - |
| YUV | 158.42 | 115.91 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 137 | 0.59 | 0 | 0.32 | 0.21 | 147.46 | 0.52 | 0.56 |
| Hex | 53 | C9 | 89 | 3B | 0 | 20 | 15 | 93 | 34 | 38 |
| Octal | 123 | 311 | 211 | 73 | 0 | 40 | 25 | 223 | 64 | 70 |
| Binary | 1010011 | 11001001 | 10001001 | 111011 | 0 | 100000 | 10101 | 10010011 | 110100 | 111000 |
Color Harmonies of #53C989
Complementary color
Monochromatic Colors of #53C989
Black with #53C989
Text Example
Text Example
White with #53C989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C989; }
p { color: rgb(83,201,137); }
H1.HeaderClassName
{
color: #53C989;
}
.AnyTagClassName
{
color: #53C989;
}
</style>
background-color css
<style>
a { background-color: #53C989; }
a { background-color: rgb(83,201,137); }
div.DivClassName
{
background-color: #53C989;
}
.BgClassName
{
background-color: #53C989;
}
</style>
border-color css
<style>
span { border-color: #53C989; }
span { border-color: rgb(83,201,137); }
td.TdClassName
{
border-color: #53C989;
}
.TagClassName
{
border-color: #53C989;
}
</style>