Shades of Emerald #58BE7B
Tints of Emerald #58BE7B
RGB
CMYK
RGB Variations
Color information
#58BE7B (or 0x58BE7B) is known color: Emerald. HEX triplet: 58, BE and 7B. RGB value is (88,190,123). Sum of RGB (Red+Green+Blue) = 88+190+123=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #58BE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58BE7B is #A74184. Grayscale: #989898. Windows color (decimal): -10961285 or 8109656. OLE color: 8109656.
HSL color Cylindrical-coordinate representation of color #58BE7B: hue angle of 140.59º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BE7B is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 190 | 123 | - |
| CMYK | 0.54 | 0 | 0.35 | 0.25 |
| HSL | 140.59º | 0.44% | 0.55% | - |
| HSV(B) | 140.59º | 0.54% | 0.75% | - |
| XYZ | 26.01 | 40.33 | 25.15 | - |
| YUV | 151.86 | 111.71 | 82.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 190 | 123 | 0.54 | 0 | 0.35 | 0.25 | 140.59 | 0.44 | 0.55 |
| Hex | 58 | BE | 7B | 36 | 0 | 23 | 19 | 8D | 2C | 37 |
| Octal | 130 | 276 | 173 | 66 | 0 | 43 | 31 | 215 | 54 | 67 |
| Binary | 1011000 | 10111110 | 1111011 | 110110 | 0 | 100011 | 11001 | 10001101 | 101100 | 110111 |
Color Harmonies of #58BE7B
Complementary color
Monochromatic Colors of #58BE7B
Black with #58BE7B
Text Example
Text Example
White with #58BE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58BE7B; }
p { color: rgb(88,190,123); }
H1.HeaderClassName
{
color: #58BE7B;
}
.AnyTagClassName
{
color: #58BE7B;
}
</style>
background-color css
<style>
a { background-color: #58BE7B; }
a { background-color: rgb(88,190,123); }
div.DivClassName
{
background-color: #58BE7B;
}
.BgClassName
{
background-color: #58BE7B;
}
</style>
border-color css
<style>
span { border-color: #58BE7B; }
span { border-color: rgb(88,190,123); }
td.TdClassName
{
border-color: #58BE7B;
}
.TagClassName
{
border-color: #58BE7B;
}
</style>