Shades of Emerald #55BA82
Tints of Emerald #55BA82
RGB
CMYK
RGB Variations
Color information
#55BA82 (or 0x55BA82) is known color: Emerald. HEX triplet: 55, BA and 82. RGB value is (85,186,130). Sum of RGB (Red+Green+Blue) = 85+186+130=401 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.20% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA82 is #AA457D. Grayscale: #959595. Windows color (decimal): -11158910 or 8567381. OLE color: 8567381.
HSL color Cylindrical-coordinate representation of color #55BA82: hue angle of 146.73º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA82 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 130 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.27 |
| HSL | 146.73º | 0.42% | 0.53% | - |
| HSV(B) | 146.73º | 0.54% | 0.73% | - |
| XYZ | 25.33 | 38.66 | 27.25 | - |
| YUV | 149.42 | 117.04 | 82.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 130 | 0.54 | 0 | 0.30 | 0.27 | 146.73 | 0.42 | 0.53 |
| Hex | 55 | BA | 82 | 36 | 0 | 1E | 1B | 93 | 2A | 35 |
| Octal | 125 | 272 | 202 | 66 | 0 | 36 | 33 | 223 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10000010 | 110110 | 0 | 11110 | 11011 | 10010011 | 101010 | 110101 |
Color Harmonies of #55BA82
Complementary color
Monochromatic Colors of #55BA82
Black with #55BA82
Text Example
Text Example
White with #55BA82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA82; }
p { color: rgb(85,186,130); }
H1.HeaderClassName
{
color: #55BA82;
}
.AnyTagClassName
{
color: #55BA82;
}
</style>
background-color css
<style>
a { background-color: #55BA82; }
a { background-color: rgb(85,186,130); }
div.DivClassName
{
background-color: #55BA82;
}
.BgClassName
{
background-color: #55BA82;
}
</style>
border-color css
<style>
span { border-color: #55BA82; }
span { border-color: rgb(85,186,130); }
td.TdClassName
{
border-color: #55BA82;
}
.TagClassName
{
border-color: #55BA82;
}
</style>