Shades of Emerald #53CB86
Tints of Emerald #53CB86
RGB
CMYK
RGB Variations
Color information
#53CB86 (or 0x53CB86) is known color: Emerald. HEX triplet: 53, CB and 86. RGB value is (83,203,134). Sum of RGB (Red+Green+Blue) = 83+203+134=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 203 (79.69% from 255 or 48.33% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB86 is #AC3479. Grayscale: #9F9F9F. Windows color (decimal): -11285626 or 8833875. OLE color: 8833875.
HSL color Cylindrical-coordinate representation of color #53CB86: hue angle of 145.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CB86 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 134 | - |
| CMYK | 0.59 | 0 | 0.34 | 0.20 |
| HSL | 145.5º | 0.54% | 0.56% | - |
| HSV(B) | 145.5º | 0.59% | 0.8% | - |
| XYZ | 29.23 | 46.27 | 29.95 | - |
| YUV | 159.25 | 113.74 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 134 | 0.59 | 0 | 0.34 | 0.20 | 145.5 | 0.54 | 0.56 |
| Hex | 53 | CB | 86 | 3B | 0 | 22 | 14 | 92 | 36 | 38 |
| Octal | 123 | 313 | 206 | 73 | 0 | 42 | 24 | 222 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10000110 | 111011 | 0 | 100010 | 10100 | 10010010 | 110110 | 111000 |
Color Harmonies of #53CB86
Complementary color
Monochromatic Colors of #53CB86
Black with #53CB86
Text Example
Text Example
White with #53CB86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB86; }
p { color: rgb(83,203,134); }
H1.HeaderClassName
{
color: #53CB86;
}
.AnyTagClassName
{
color: #53CB86;
}
</style>
background-color css
<style>
a { background-color: #53CB86; }
a { background-color: rgb(83,203,134); }
div.DivClassName
{
background-color: #53CB86;
}
.BgClassName
{
background-color: #53CB86;
}
</style>
border-color css
<style>
span { border-color: #53CB86; }
span { border-color: rgb(83,203,134); }
td.TdClassName
{
border-color: #53CB86;
}
.TagClassName
{
border-color: #53CB86;
}
</style>