Shades of Emerald #58BA80
Tints of Emerald #58BA80
RGB
CMYK
RGB Variations
Color information
#58BA80 (or 0x58BA80) is known color: Emerald. HEX triplet: 58, BA and 80. RGB value is (88,186,128). Sum of RGB (Red+Green+Blue) = 88+186+128=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 186 (73.05% from 255 or 46.27% from 402); Blue value is 128 (50.39% from 255 or 31.84% from 402); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BA80 is #A7457F. Grayscale: #969696. Windows color (decimal): -10962304 or 8436312. OLE color: 8436312.
HSL color Cylindrical-coordinate representation of color #58BA80: hue angle of 144.49º 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 #58BA80 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 186 | 128 | - |
| CMYK | 0.53 | 0 | 0.31 | 0.27 |
| HSL | 144.49º | 0.42% | 0.54% | - |
| HSV(B) | 144.49º | 0.53% | 0.73% | - |
| XYZ | 25.48 | 38.75 | 26.56 | - |
| YUV | 150.09 | 115.53 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 186 | 128 | 0.53 | 0 | 0.31 | 0.27 | 144.49 | 0.42 | 0.54 |
| Hex | 58 | BA | 80 | 35 | 0 | 1F | 1B | 90 | 2A | 36 |
| Octal | 130 | 272 | 200 | 65 | 0 | 37 | 33 | 220 | 52 | 66 |
| Binary | 1011000 | 10111010 | 10000000 | 110101 | 0 | 11111 | 11011 | 10010000 | 101010 | 110110 |
Color Harmonies of #58BA80
Complementary color
Monochromatic Colors of #58BA80
Black with #58BA80
Text Example
Text Example
White with #58BA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BA80; }
p { color: rgb(88,186,128); }
H1.HeaderClassName
{
color: #58BA80;
}
.AnyTagClassName
{
color: #58BA80;
}
</style>
background-color css
<style>
a { background-color: #58BA80; }
a { background-color: rgb(88,186,128); }
div.DivClassName
{
background-color: #58BA80;
}
.BgClassName
{
background-color: #58BA80;
}
</style>
border-color css
<style>
span { border-color: #58BA80; }
span { border-color: rgb(88,186,128); }
td.TdClassName
{
border-color: #58BA80;
}
.TagClassName
{
border-color: #58BA80;
}
</style>