Shades of Emerald #53CD8C
Tints of Emerald #53CD8C
RGB
CMYK
RGB Variations
Color information
#53CD8C (or 0x53CD8C) is known color: Emerald. HEX triplet: 53, CD and 8C. RGB value is (83,205,140). Sum of RGB (Red+Green+Blue) = 83+205+140=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #53CD8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CD8C is #AC3273. Grayscale: #A1A1A1. Windows color (decimal): -11285108 or 9227603. OLE color: 9227603.
HSL color Cylindrical-coordinate representation of color #53CD8C: hue angle of 148.03º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53CD8C is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 205 | 140 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.20 |
| HSL | 148.03º | 0.55% | 0.56% | - |
| HSV(B) | 148.03º | 0.6% | 0.8% | - |
| XYZ | 30.13 | 47.4 | 32.37 | - |
| YUV | 161.11 | 116.08 | 72.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 205 | 140 | 0.60 | 0 | 0.32 | 0.20 | 148.03 | 0.55 | 0.56 |
| Hex | 53 | CD | 8C | 3C | 0 | 20 | 14 | 94 | 37 | 38 |
| Octal | 123 | 315 | 214 | 74 | 0 | 40 | 24 | 224 | 67 | 70 |
| Binary | 1010011 | 11001101 | 10001100 | 111100 | 0 | 100000 | 10100 | 10010100 | 110111 | 111000 |
Color Harmonies of #53CD8C
Complementary color
Monochromatic Colors of #53CD8C
Black with #53CD8C
Text Example
Text Example
White with #53CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CD8C; }
p { color: rgb(83,205,140); }
H1.HeaderClassName
{
color: #53CD8C;
}
.AnyTagClassName
{
color: #53CD8C;
}
</style>
background-color css
<style>
a { background-color: #53CD8C; }
a { background-color: rgb(83,205,140); }
div.DivClassName
{
background-color: #53CD8C;
}
.BgClassName
{
background-color: #53CD8C;
}
</style>
border-color css
<style>
span { border-color: #53CD8C; }
span { border-color: rgb(83,205,140); }
td.TdClassName
{
border-color: #53CD8C;
}
.TagClassName
{
border-color: #53CD8C;
}
</style>