Shades of Emerald #53CB87
Tints of Emerald #53CB87
RGB
CMYK
RGB Variations
Color information
#53CB87 (or 0x53CB87) is known color: Emerald. HEX triplet: 53, CB and 87. RGB value is (83,203,135). Sum of RGB (Red+Green+Blue) = 83+203+135=421 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.71% from 421); Green value is 203 (79.69% from 255 or 48.22% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB87 is #AC3478. Grayscale: #9F9F9F. Windows color (decimal): -11285625 or 8899411. OLE color: 8899411.
HSL color Cylindrical-coordinate representation of color #53CB87: hue angle of 146º 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 #53CB87 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 135 | - |
| CMYK | 0.59 | 0 | 0.33 | 0.20 |
| HSL | 146º | 0.54% | 0.56% | - |
| HSV(B) | 146º | 0.59% | 0.8% | - |
| XYZ | 29.3 | 46.3 | 30.31 | - |
| YUV | 159.37 | 114.24 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 135 | 0.59 | 0 | 0.33 | 0.20 | 146 | 0.54 | 0.56 |
| Hex | 53 | CB | 87 | 3B | 0 | 21 | 14 | 92 | 36 | 38 |
| Octal | 123 | 313 | 207 | 73 | 0 | 41 | 24 | 222 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10000111 | 111011 | 0 | 100001 | 10100 | 10010010 | 110110 | 111000 |
Color Harmonies of #53CB87
Complementary color
Monochromatic Colors of #53CB87
Black with #53CB87
Text Example
Text Example
White with #53CB87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB87; }
p { color: rgb(83,203,135); }
H1.HeaderClassName
{
color: #53CB87;
}
.AnyTagClassName
{
color: #53CB87;
}
</style>
background-color css
<style>
a { background-color: #53CB87; }
a { background-color: rgb(83,203,135); }
div.DivClassName
{
background-color: #53CB87;
}
.BgClassName
{
background-color: #53CB87;
}
</style>
border-color css
<style>
span { border-color: #53CB87; }
span { border-color: rgb(83,203,135); }
td.TdClassName
{
border-color: #53CB87;
}
.TagClassName
{
border-color: #53CB87;
}
</style>