Shades of Emerald #53C885
Tints of Emerald #53C885
RGB
CMYK
RGB Variations
Color information
#53C885 (or 0x53C885) is known color: Emerald. HEX triplet: 53, C8 and 85. RGB value is (83,200,133). Sum of RGB (Red+Green+Blue) = 83+200+133=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 133 (52.34% from 255 or 31.97% from 416); Max value from RGB is 200 - color contains mainly: green. Hex color #53C885 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C885 is #AC377A. Grayscale: #9D9D9D. Windows color (decimal): -11286395 or 8767571. OLE color: 8767571.
HSL color Cylindrical-coordinate representation of color #53C885: hue angle of 145.64º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C885 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 133 | - |
| CMYK | 0.58 | 0 | 0.34 | 0.22 |
| HSL | 145.64º | 0.52% | 0.55% | - |
| HSV(B) | 145.64º | 0.59% | 0.78% | - |
| XYZ | 28.46 | 44.84 | 29.35 | - |
| YUV | 157.38 | 114.24 | 74.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 133 | 0.58 | 0 | 0.34 | 0.22 | 145.64 | 0.52 | 0.55 |
| Hex | 53 | C8 | 85 | 3A | 0 | 22 | 16 | 92 | 34 | 37 |
| Octal | 123 | 310 | 205 | 72 | 0 | 42 | 26 | 222 | 64 | 67 |
| Binary | 1010011 | 11001000 | 10000101 | 111010 | 0 | 100010 | 10110 | 10010010 | 110100 | 110111 |
Color Harmonies of #53C885
Complementary color
Monochromatic Colors of #53C885
Black with #53C885
Text Example
Text Example
White with #53C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C885; }
p { color: rgb(83,200,133); }
H1.HeaderClassName
{
color: #53C885;
}
.AnyTagClassName
{
color: #53C885;
}
</style>
background-color css
<style>
a { background-color: #53C885; }
a { background-color: rgb(83,200,133); }
div.DivClassName
{
background-color: #53C885;
}
.BgClassName
{
background-color: #53C885;
}
</style>
border-color css
<style>
span { border-color: #53C885; }
span { border-color: rgb(83,200,133); }
td.TdClassName
{
border-color: #53C885;
}
.TagClassName
{
border-color: #53C885;
}
</style>