Shades of Emerald #53BB85
Tints of Emerald #53BB85
RGB
CMYK
RGB Variations
Color information
#53BB85 (or 0x53BB85) is known color: Emerald. HEX triplet: 53, BB and 85. RGB value is (83,187,133). Sum of RGB (Red+Green+Blue) = 83+187+133=403 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.60% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 133 (52.34% from 255 or 33.00% from 403); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB85 is #AC447A. Grayscale: #959595. Windows color (decimal): -11289723 or 8764243. OLE color: 8764243.
HSL color Cylindrical-coordinate representation of color #53BB85: hue angle of 148.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB85 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 133 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.27 |
| HSL | 148.85º | 0.43% | 0.53% | - |
| HSV(B) | 148.85º | 0.56% | 0.73% | - |
| XYZ | 25.57 | 39.07 | 28.38 | - |
| YUV | 149.75 | 118.54 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 133 | 0.56 | 0 | 0.29 | 0.27 | 148.85 | 0.43 | 0.53 |
| Hex | 53 | BB | 85 | 38 | 0 | 1D | 1B | 95 | 2B | 35 |
| Octal | 123 | 273 | 205 | 70 | 0 | 35 | 33 | 225 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10000101 | 111000 | 0 | 11101 | 11011 | 10010101 | 101011 | 110101 |
Color Harmonies of #53BB85
Complementary color
Monochromatic Colors of #53BB85
Black with #53BB85
Text Example
Text Example
White with #53BB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BB85; }
p { color: rgb(83,187,133); }
H1.HeaderClassName
{
color: #53BB85;
}
.AnyTagClassName
{
color: #53BB85;
}
</style>
background-color css
<style>
a { background-color: #53BB85; }
a { background-color: rgb(83,187,133); }
div.DivClassName
{
background-color: #53BB85;
}
.BgClassName
{
background-color: #53BB85;
}
</style>
border-color css
<style>
span { border-color: #53BB85; }
span { border-color: rgb(83,187,133); }
td.TdClassName
{
border-color: #53BB85;
}
.TagClassName
{
border-color: #53BB85;
}
</style>