Shades of Emerald #58E98C
Tints of Emerald #58E98C
RGB
CMYK
RGB Variations
Color information
#58E98C (or 0x58E98C) is known color: Emerald. HEX triplet: 58, E9 and 8C. RGB value is (88,233,140). Sum of RGB (Red+Green+Blue) = 88+233+140=461 (61% of max value = 765). Red value is 88 (34.77% from 255 or 19.09% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 140 (55.08% from 255 or 30.37% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #58E98C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #58E98C is #A71673. Grayscale: #B3B3B3. Windows color (decimal): -10950260 or 9234776. OLE color: 9234776.
HSL color Cylindrical-coordinate representation of color #58E98C: hue angle of 141.52º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58E98C is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 88 | 233 | 140 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.09 |
| HSL | 141.52º | 0.77% | 0.63% | - |
| HSV(B) | 141.52º | 0.62% | 0.91% | - |
| XYZ | 37.9 | 62.25 | 34.83 | - |
| YUV | 179.04 | 105.96 | 63.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 233 | 140 | 0.62 | 0 | 0.40 | 0.09 | 141.52 | 0.77 | 0.63 |
| Hex | 58 | E9 | 8C | 3E | 0 | 28 | 9 | 8E | 4D | 3F |
| Octal | 130 | 351 | 214 | 76 | 0 | 50 | 11 | 216 | 115 | 77 |
| Binary | 1011000 | 11101001 | 10001100 | 111110 | 0 | 101000 | 1001 | 10001110 | 1001101 | 111111 |
Color Harmonies of #58E98C
Complementary color
Monochromatic Colors of #58E98C
Black with #58E98C
Text Example
Text Example
White with #58E98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58E98C; }
p { color: rgb(88,233,140); }
H1.HeaderClassName
{
color: #58E98C;
}
.AnyTagClassName
{
color: #58E98C;
}
</style>
background-color css
<style>
a { background-color: #58E98C; }
a { background-color: rgb(88,233,140); }
div.DivClassName
{
background-color: #58E98C;
}
.BgClassName
{
background-color: #58E98C;
}
</style>
border-color css
<style>
span { border-color: #58E98C; }
span { border-color: rgb(88,233,140); }
td.TdClassName
{
border-color: #58E98C;
}
.TagClassName
{
border-color: #58E98C;
}
</style>