Shades of Emerald #53CA86
Tints of Emerald #53CA86
RGB
CMYK
RGB Variations
Color information
#53CA86 (or 0x53CA86) is known color: Emerald. HEX triplet: 53, CA and 86. RGB value is (83,202,134). Sum of RGB (Red+Green+Blue) = 83+202+134=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA86 is #AC3579. Grayscale: #9E9E9E. Windows color (decimal): -11285882 or 8833619. OLE color: 8833619.
HSL color Cylindrical-coordinate representation of color #53CA86: hue angle of 145.71º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CA86 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 134 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.21 |
| HSL | 145.71º | 0.53% | 0.56% | - |
| HSV(B) | 145.71º | 0.59% | 0.79% | - |
| XYZ | 28.99 | 45.8 | 29.87 | - |
| YUV | 158.67 | 114.08 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 134 | 0.59 | 0 | 0.34 | 0.21 | 145.71 | 0.53 | 0.56 |
| Hex | 53 | CA | 86 | 3B | 0 | 22 | 15 | 92 | 35 | 38 |
| Octal | 123 | 312 | 206 | 73 | 0 | 42 | 25 | 222 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10000110 | 111011 | 0 | 100010 | 10101 | 10010010 | 110101 | 111000 |
Color Harmonies of #53CA86
Complementary color
Monochromatic Colors of #53CA86
Black with #53CA86
Text Example
Text Example
White with #53CA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA86; }
p { color: rgb(83,202,134); }
H1.HeaderClassName
{
color: #53CA86;
}
.AnyTagClassName
{
color: #53CA86;
}
</style>
background-color css
<style>
a { background-color: #53CA86; }
a { background-color: rgb(83,202,134); }
div.DivClassName
{
background-color: #53CA86;
}
.BgClassName
{
background-color: #53CA86;
}
</style>
border-color css
<style>
span { border-color: #53CA86; }
span { border-color: rgb(83,202,134); }
td.TdClassName
{
border-color: #53CA86;
}
.TagClassName
{
border-color: #53CA86;
}
</style>