Shades of Emerald #58BC7F
Tints of Emerald #58BC7F
RGB
CMYK
RGB Variations
Color information
#58BC7F (or 0x58BC7F) is known color: Emerald. HEX triplet: 58, BC and 7F. RGB value is (88,188,127). Sum of RGB (Red+Green+Blue) = 88+188+127=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BC7F is #A74380. Grayscale: #979797. Windows color (decimal): -10961793 or 8371288. OLE color: 8371288.
HSL color Cylindrical-coordinate representation of color #58BC7F: hue angle of 143.4º 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 #58BC7F is Cyan = 0.53, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 88 | 188 | 127 | - |
| CMYK | 0.53 | 0 | 0.32 | 0.26 |
| HSL | 143.4º | 0.43% | 0.54% | - |
| HSV(B) | 143.4º | 0.53% | 0.74% | - |
| XYZ | 25.84 | 39.57 | 26.36 | - |
| YUV | 151.15 | 114.37 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 188 | 127 | 0.53 | 0 | 0.32 | 0.26 | 143.4 | 0.43 | 0.54 |
| Hex | 58 | BC | 7F | 35 | 0 | 20 | 1A | 8F | 2B | 36 |
| Octal | 130 | 274 | 177 | 65 | 0 | 40 | 32 | 217 | 53 | 66 |
| Binary | 1011000 | 10111100 | 1111111 | 110101 | 0 | 100000 | 11010 | 10001111 | 101011 | 110110 |
Color Harmonies of #58BC7F
Complementary color
Monochromatic Colors of #58BC7F
Black with #58BC7F
Text Example
Text Example
White with #58BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BC7F; }
p { color: rgb(88,188,127); }
H1.HeaderClassName
{
color: #58BC7F;
}
.AnyTagClassName
{
color: #58BC7F;
}
</style>
background-color css
<style>
a { background-color: #58BC7F; }
a { background-color: rgb(88,188,127); }
div.DivClassName
{
background-color: #58BC7F;
}
.BgClassName
{
background-color: #58BC7F;
}
</style>
border-color css
<style>
span { border-color: #58BC7F; }
span { border-color: rgb(88,188,127); }
td.TdClassName
{
border-color: #58BC7F;
}
.TagClassName
{
border-color: #58BC7F;
}
</style>