Shades of Emerald #53C689
Tints of Emerald #53C689
RGB
CMYK
RGB Variations
Color information
#53C689 (or 0x53C689) is known color: Emerald. HEX triplet: 53, C6 and 89. RGB value is (83,198,137). Sum of RGB (Red+Green+Blue) = 83+198+137=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 137 (53.91% from 255 or 32.78% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #53C689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C689 is #AC3976. Grayscale: #9C9C9C. Windows color (decimal): -11286903 or 9029203. OLE color: 9029203.
HSL color Cylindrical-coordinate representation of color #53C689: hue angle of 148.17º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C689 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 198 | 137 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.22 |
| HSL | 148.17º | 0.5% | 0.55% | - |
| HSV(B) | 148.17º | 0.58% | 0.78% | - |
| XYZ | 28.28 | 44.03 | 30.68 | - |
| YUV | 156.66 | 116.9 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 198 | 137 | 0.58 | 0 | 0.31 | 0.22 | 148.17 | 0.5 | 0.55 |
| Hex | 53 | C6 | 89 | 3A | 0 | 1F | 16 | 94 | 32 | 37 |
| Octal | 123 | 306 | 211 | 72 | 0 | 37 | 26 | 224 | 62 | 67 |
| Binary | 1010011 | 11000110 | 10001001 | 111010 | 0 | 11111 | 10110 | 10010100 | 110010 | 110111 |
Color Harmonies of #53C689
Complementary color
Monochromatic Colors of #53C689
Black with #53C689
Text Example
Text Example
White with #53C689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C689; }
p { color: rgb(83,198,137); }
H1.HeaderClassName
{
color: #53C689;
}
.AnyTagClassName
{
color: #53C689;
}
</style>
background-color css
<style>
a { background-color: #53C689; }
a { background-color: rgb(83,198,137); }
div.DivClassName
{
background-color: #53C689;
}
.BgClassName
{
background-color: #53C689;
}
</style>
border-color css
<style>
span { border-color: #53C689; }
span { border-color: rgb(83,198,137); }
td.TdClassName
{
border-color: #53C689;
}
.TagClassName
{
border-color: #53C689;
}
</style>