Shades of Emerald #53BB82
Tints of Emerald #53BB82
RGB
CMYK
RGB Variations
Color information
#53BB82 (or 0x53BB82) is known color: Emerald. HEX triplet: 53, BB and 82. RGB value is (83,187,130). Sum of RGB (Red+Green+Blue) = 83+187+130=400 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.75% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 130 (51.17% from 255 or 32.5% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BB82 is #AC447D. Grayscale: #959595. Windows color (decimal): -11289726 or 8567635. OLE color: 8567635.
HSL color Cylindrical-coordinate representation of color #53BB82: hue angle of 147.12º 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 #53BB82 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 130 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.27 |
| HSL | 147.12º | 0.43% | 0.53% | - |
| HSV(B) | 147.12º | 0.56% | 0.73% | - |
| XYZ | 25.37 | 38.99 | 27.31 | - |
| YUV | 149.41 | 117.04 | 80.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 130 | 0.56 | 0 | 0.30 | 0.27 | 147.12 | 0.43 | 0.53 |
| Hex | 53 | BB | 82 | 38 | 0 | 1E | 1B | 93 | 2B | 35 |
| Octal | 123 | 273 | 202 | 70 | 0 | 36 | 33 | 223 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10000010 | 111000 | 0 | 11110 | 11011 | 10010011 | 101011 | 110101 |
Color Harmonies of #53BB82
Complementary color
Monochromatic Colors of #53BB82
Black with #53BB82
Text Example
Text Example
White with #53BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BB82; }
p { color: rgb(83,187,130); }
H1.HeaderClassName
{
color: #53BB82;
}
.AnyTagClassName
{
color: #53BB82;
}
</style>
background-color css
<style>
a { background-color: #53BB82; }
a { background-color: rgb(83,187,130); }
div.DivClassName
{
background-color: #53BB82;
}
.BgClassName
{
background-color: #53BB82;
}
</style>
border-color css
<style>
span { border-color: #53BB82; }
span { border-color: rgb(83,187,130); }
td.TdClassName
{
border-color: #53BB82;
}
.TagClassName
{
border-color: #53BB82;
}
</style>