Shades of Emerald #58BC83
Tints of Emerald #58BC83
RGB
CMYK
RGB Variations
Color information
#58BC83 (or 0x58BC83) is known color: Emerald. HEX triplet: 58, BC and 83. RGB value is (88,188,131). Sum of RGB (Red+Green+Blue) = 88+188+131=407 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.62% from 407); Green value is 188 (73.83% from 255 or 46.19% from 407); Blue value is 131 (51.56% from 255 or 32.19% from 407); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC83 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BC83 is #A7437C. Grayscale: #979797. Windows color (decimal): -10961789 or 8633432. OLE color: 8633432.
HSL color Cylindrical-coordinate representation of color #58BC83: hue angle of 145.8º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BC83 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 131 | - |
| CMYK | 0.53 | 0 | 0.30 | 0.26 |
| HSL | 145.8º | 0.43% | 0.54% | - |
| HSV(B) | 145.8º | 0.53% | 0.74% | - |
| XYZ | 26.1 | 39.68 | 27.76 | - |
| YUV | 151.6 | 116.37 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 131 | 0.53 | 0 | 0.30 | 0.26 | 145.8 | 0.43 | 0.54 |
| Hex | 58 | BC | 83 | 35 | 0 | 1E | 1A | 92 | 2B | 36 |
| Octal | 130 | 274 | 203 | 65 | 0 | 36 | 32 | 222 | 53 | 66 |
| Binary | 1011000 | 10111100 | 10000011 | 110101 | 0 | 11110 | 11010 | 10010010 | 101011 | 110110 |
Color Harmonies of #58BC83
Complementary color
Monochromatic Colors of #58BC83
Black with #58BC83
Text Example
Text Example
White with #58BC83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC83; }
p { color: rgb(88,188,131); }
H1.HeaderClassName
{
color: #58BC83;
}
.AnyTagClassName
{
color: #58BC83;
}
</style>
background-color css
<style>
a { background-color: #58BC83; }
a { background-color: rgb(88,188,131); }
div.DivClassName
{
background-color: #58BC83;
}
.BgClassName
{
background-color: #58BC83;
}
</style>
border-color css
<style>
span { border-color: #58BC83; }
span { border-color: rgb(88,188,131); }
td.TdClassName
{
border-color: #58BC83;
}
.TagClassName
{
border-color: #58BC83;
}
</style>