Shades of Emerald #58BB7B
Tints of Emerald #58BB7B
RGB
CMYK
RGB Variations
Color information
#58BB7B (or 0x58BB7B) is known color: Emerald. HEX triplet: 58, BB and 7B. RGB value is (88,187,123). Sum of RGB (Red+Green+Blue) = 88+187+123=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 187 (73.44% from 255 or 46.98% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BB7B is #A74484. Grayscale: #969696. Windows color (decimal): -10962053 or 8108888. OLE color: 8108888.
HSL color Cylindrical-coordinate representation of color #58BB7B: hue angle of 141.21º 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 #58BB7B is Cyan = 0.53, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 88 | 187 | 123 | - |
| CMYK | 0.53 | 0 | 0.34 | 0.27 |
| HSL | 141.21º | 0.42% | 0.54% | - |
| HSV(B) | 141.21º | 0.53% | 0.73% | - |
| XYZ | 25.37 | 39.05 | 24.94 | - |
| YUV | 150.1 | 112.7 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 187 | 123 | 0.53 | 0 | 0.34 | 0.27 | 141.21 | 0.42 | 0.54 |
| Hex | 58 | BB | 7B | 35 | 0 | 22 | 1B | 8D | 2A | 36 |
| Octal | 130 | 273 | 173 | 65 | 0 | 42 | 33 | 215 | 52 | 66 |
| Binary | 1011000 | 10111011 | 1111011 | 110101 | 0 | 100010 | 11011 | 10001101 | 101010 | 110110 |
Color Harmonies of #58BB7B
Complementary color
Monochromatic Colors of #58BB7B
Black with #58BB7B
Text Example
Text Example
White with #58BB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BB7B; }
p { color: rgb(88,187,123); }
H1.HeaderClassName
{
color: #58BB7B;
}
.AnyTagClassName
{
color: #58BB7B;
}
</style>
background-color css
<style>
a { background-color: #58BB7B; }
a { background-color: rgb(88,187,123); }
div.DivClassName
{
background-color: #58BB7B;
}
.BgClassName
{
background-color: #58BB7B;
}
</style>
border-color css
<style>
span { border-color: #58BB7B; }
span { border-color: rgb(88,187,123); }
td.TdClassName
{
border-color: #58BB7B;
}
.TagClassName
{
border-color: #58BB7B;
}
</style>