Shades of Emerald #53BC7C
Tints of Emerald #53BC7C
RGB
CMYK
RGB Variations
Color information
#53BC7C (or 0x53BC7C) is known color: Emerald. HEX triplet: 53, BC and 7C. RGB value is (83,188,124). Sum of RGB (Red+Green+Blue) = 83+188+124=395 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.01% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC7C is #AC4383. Grayscale: #959595. Windows color (decimal): -11289476 or 8174675. OLE color: 8174675.
HSL color Cylindrical-coordinate representation of color #53BC7C: hue angle of 143.43º 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 #53BC7C is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 124 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.26 |
| HSL | 143.43º | 0.44% | 0.53% | - |
| HSV(B) | 143.43º | 0.56% | 0.74% | - |
| XYZ | 25.19 | 39.26 | 25.32 | - |
| YUV | 149.31 | 113.71 | 80.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 124 | 0.56 | 0 | 0.34 | 0.26 | 143.43 | 0.44 | 0.53 |
| Hex | 53 | BC | 7C | 38 | 0 | 22 | 1A | 8F | 2C | 35 |
| Octal | 123 | 274 | 174 | 70 | 0 | 42 | 32 | 217 | 54 | 65 |
| Binary | 1010011 | 10111100 | 1111100 | 111000 | 0 | 100010 | 11010 | 10001111 | 101100 | 110101 |
Color Harmonies of #53BC7C
Complementary color
Monochromatic Colors of #53BC7C
Black with #53BC7C
Text Example
Text Example
White with #53BC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC7C; }
p { color: rgb(83,188,124); }
H1.HeaderClassName
{
color: #53BC7C;
}
.AnyTagClassName
{
color: #53BC7C;
}
</style>
background-color css
<style>
a { background-color: #53BC7C; }
a { background-color: rgb(83,188,124); }
div.DivClassName
{
background-color: #53BC7C;
}
.BgClassName
{
background-color: #53BC7C;
}
</style>
border-color css
<style>
span { border-color: #53BC7C; }
span { border-color: rgb(83,188,124); }
td.TdClassName
{
border-color: #53BC7C;
}
.TagClassName
{
border-color: #53BC7C;
}
</style>