Shades of Emerald #53C080
Tints of Emerald #53C080
RGB
CMYK
RGB Variations
Color information
#53C080 (or 0x53C080) is known color: Emerald. HEX triplet: 53, C0 and 80. RGB value is (83,192,128). Sum of RGB (Red+Green+Blue) = 83+192+128=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 192 (75.39% from 255 or 47.64% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 192 - color contains mainly: green. Hex color #53C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C080 is #AC3F7F. Grayscale: #989898. Windows color (decimal): -11288448 or 8437843. OLE color: 8437843.
HSL color Cylindrical-coordinate representation of color #53C080: hue angle of 144.77º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C080 is Cyan = 0.57, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 128 | - |
| CMYK | 0.57 | 0 | 0.33 | 0.25 |
| HSL | 144.77º | 0.46% | 0.54% | - |
| HSV(B) | 144.77º | 0.57% | 0.75% | - |
| XYZ | 26.31 | 41.1 | 26.97 | - |
| YUV | 152.11 | 114.39 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 128 | 0.57 | 0 | 0.33 | 0.25 | 144.77 | 0.46 | 0.54 |
| Hex | 53 | C0 | 80 | 39 | 0 | 21 | 19 | 91 | 2E | 36 |
| Octal | 123 | 300 | 200 | 71 | 0 | 41 | 31 | 221 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10000000 | 111001 | 0 | 100001 | 11001 | 10010001 | 101110 | 110110 |
Color Harmonies of #53C080
Complementary color
Monochromatic Colors of #53C080
Black with #53C080
Text Example
Text Example
White with #53C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C080; }
p { color: rgb(83,192,128); }
H1.HeaderClassName
{
color: #53C080;
}
.AnyTagClassName
{
color: #53C080;
}
</style>
background-color css
<style>
a { background-color: #53C080; }
a { background-color: rgb(83,192,128); }
div.DivClassName
{
background-color: #53C080;
}
.BgClassName
{
background-color: #53C080;
}
</style>
border-color css
<style>
span { border-color: #53C080; }
span { border-color: rgb(83,192,128); }
td.TdClassName
{
border-color: #53C080;
}
.TagClassName
{
border-color: #53C080;
}
</style>