Shades of Emerald #53BC85
Tints of Emerald #53BC85
RGB
CMYK
RGB Variations
Color information
#53BC85 (or 0x53BC85) is known color: Emerald. HEX triplet: 53, BC and 85. RGB value is (83,188,133). Sum of RGB (Red+Green+Blue) = 83+188+133=404 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.54% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BC85 is #AC437A. Grayscale: #969696. Windows color (decimal): -11289467 or 8764499. OLE color: 8764499.
HSL color Cylindrical-coordinate representation of color #53BC85: hue angle of 148.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC85 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 133 | - |
| CMYK | 0.56 | 0 | 0.29 | 0.26 |
| HSL | 148.57º | 0.44% | 0.53% | - |
| HSV(B) | 148.57º | 0.56% | 0.74% | - |
| XYZ | 25.78 | 39.5 | 28.46 | - |
| YUV | 150.34 | 118.21 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 133 | 0.56 | 0 | 0.29 | 0.26 | 148.57 | 0.44 | 0.53 |
| Hex | 53 | BC | 85 | 38 | 0 | 1D | 1A | 95 | 2C | 35 |
| Octal | 123 | 274 | 205 | 70 | 0 | 35 | 32 | 225 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10000101 | 111000 | 0 | 11101 | 11010 | 10010101 | 101100 | 110101 |
Color Harmonies of #53BC85
Complementary color
Monochromatic Colors of #53BC85
Black with #53BC85
Text Example
Text Example
White with #53BC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BC85; }
p { color: rgb(83,188,133); }
H1.HeaderClassName
{
color: #53BC85;
}
.AnyTagClassName
{
color: #53BC85;
}
</style>
background-color css
<style>
a { background-color: #53BC85; }
a { background-color: rgb(83,188,133); }
div.DivClassName
{
background-color: #53BC85;
}
.BgClassName
{
background-color: #53BC85;
}
</style>
border-color css
<style>
span { border-color: #53BC85; }
span { border-color: rgb(83,188,133); }
td.TdClassName
{
border-color: #53BC85;
}
.TagClassName
{
border-color: #53BC85;
}
</style>