Shades of Emerald #53D168
Tints of Emerald #53D168
RGB
CMYK
RGB Variations
Color information
#53D168 (or 0x53D168) is known color: Emerald. HEX triplet: 53, D1 and 68. RGB value is (83,209,104). Sum of RGB (Red+Green+Blue) = 83+209+104=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 209 (82.03% from 255 or 52.78% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 209 - color contains mainly: green. Hex color #53D168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53D168 is #AC2E97. Grayscale: #9F9F9F. Windows color (decimal): -11284120 or 6869331. OLE color: 6869331.
HSL color Cylindrical-coordinate representation of color #53D168: hue angle of 130º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #53D168 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 209 | 104 | - |
| CMYK | 0.60 | 0 | 0.50 | 0.18 |
| HSL | 130º | 0.58% | 0.57% | - |
| HSV(B) | 130º | 0.6% | 0.82% | - |
| XYZ | 28.87 | 48.44 | 20.93 | - |
| YUV | 159.36 | 96.76 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 209 | 104 | 0.60 | 0 | 0.50 | 0.18 | 130 | 0.58 | 0.57 |
| Hex | 53 | D1 | 68 | 3C | 0 | 32 | 12 | 82 | 3A | 39 |
| Octal | 123 | 321 | 150 | 74 | 0 | 62 | 22 | 202 | 72 | 71 |
| Binary | 1010011 | 11010001 | 1101000 | 111100 | 0 | 110010 | 10010 | 10000010 | 111010 | 111001 |
Color Harmonies of #53D168
Complementary color
Monochromatic Colors of #53D168
Black with #53D168
Text Example
Text Example
White with #53D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D168; }
p { color: rgb(83,209,104); }
H1.HeaderClassName
{
color: #53D168;
}
.AnyTagClassName
{
color: #53D168;
}
</style>
background-color css
<style>
a { background-color: #53D168; }
a { background-color: rgb(83,209,104); }
div.DivClassName
{
background-color: #53D168;
}
.BgClassName
{
background-color: #53D168;
}
</style>
border-color css
<style>
span { border-color: #53D168; }
span { border-color: rgb(83,209,104); }
td.TdClassName
{
border-color: #53D168;
}
.TagClassName
{
border-color: #53D168;
}
</style>