Shades of Emerald #58BA73
Tints of Emerald #58BA73
RGB
CMYK
RGB Variations
Color information
#58BA73 (or 0x58BA73) is known color: Emerald. HEX triplet: 58, BA and 73. RGB value is (88,186,115). Sum of RGB (Red+Green+Blue) = 88+186+115=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 186 (73.05% from 255 or 47.81% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BA73 is #A7458C. Grayscale: #949494. Windows color (decimal): -10962317 or 7584344. OLE color: 7584344.
HSL color Cylindrical-coordinate representation of color #58BA73: hue angle of 136.53º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BA73 is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 115 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.27 |
| HSL | 136.53º | 0.42% | 0.54% | - |
| HSV(B) | 136.53º | 0.53% | 0.73% | - |
| XYZ | 24.68 | 38.43 | 22.34 | - |
| YUV | 148.6 | 109.03 | 84.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 115 | 0.53 | 0 | 0.38 | 0.27 | 136.53 | 0.42 | 0.54 |
| Hex | 58 | BA | 73 | 35 | 0 | 26 | 1B | 89 | 2A | 36 |
| Octal | 130 | 272 | 163 | 65 | 0 | 46 | 33 | 211 | 52 | 66 |
| Binary | 1011000 | 10111010 | 1110011 | 110101 | 0 | 100110 | 11011 | 10001001 | 101010 | 110110 |
Color Harmonies of #58BA73
Complementary color
Monochromatic Colors of #58BA73
Black with #58BA73
Text Example
Text Example
White with #58BA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA73; }
p { color: rgb(88,186,115); }
H1.HeaderClassName
{
color: #58BA73;
}
.AnyTagClassName
{
color: #58BA73;
}
</style>
background-color css
<style>
a { background-color: #58BA73; }
a { background-color: rgb(88,186,115); }
div.DivClassName
{
background-color: #58BA73;
}
.BgClassName
{
background-color: #58BA73;
}
</style>
border-color css
<style>
span { border-color: #58BA73; }
span { border-color: rgb(88,186,115); }
td.TdClassName
{
border-color: #58BA73;
}
.TagClassName
{
border-color: #58BA73;
}
</style>