Shades of Emerald #58C27A
Tints of Emerald #58C27A
RGB
CMYK
RGB Variations
Color information
#58C27A (or 0x58C27A) is known color: Emerald. HEX triplet: 58, C2 and 7A. RGB value is (88,194,122). Sum of RGB (Red+Green+Blue) = 88+194+122=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #58C27A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58C27A is #A73D85. Grayscale: #9A9A9A. Windows color (decimal): -10960262 or 8045144. OLE color: 8045144.
HSL color Cylindrical-coordinate representation of color #58C27A: hue angle of 139.25º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58C27A is Cyan = 0.55, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 194 | 122 | - |
| CMYK | 0.55 | 0 | 0.37 | 0.24 |
| HSL | 139.25º | 0.46% | 0.55% | - |
| HSV(B) | 139.25º | 0.55% | 0.76% | - |
| XYZ | 26.83 | 42.06 | 25.12 | - |
| YUV | 154.1 | 109.88 | 80.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 194 | 122 | 0.55 | 0 | 0.37 | 0.24 | 139.25 | 0.46 | 0.55 |
| Hex | 58 | C2 | 7A | 37 | 0 | 25 | 18 | 8B | 2E | 37 |
| Octal | 130 | 302 | 172 | 67 | 0 | 45 | 30 | 213 | 56 | 67 |
| Binary | 1011000 | 11000010 | 1111010 | 110111 | 0 | 100101 | 11000 | 10001011 | 101110 | 110111 |
Color Harmonies of #58C27A
Complementary color
Monochromatic Colors of #58C27A
Black with #58C27A
Text Example
Text Example
White with #58C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C27A; }
p { color: rgb(88,194,122); }
H1.HeaderClassName
{
color: #58C27A;
}
.AnyTagClassName
{
color: #58C27A;
}
</style>
background-color css
<style>
a { background-color: #58C27A; }
a { background-color: rgb(88,194,122); }
div.DivClassName
{
background-color: #58C27A;
}
.BgClassName
{
background-color: #58C27A;
}
</style>
border-color css
<style>
span { border-color: #58C27A; }
span { border-color: rgb(88,194,122); }
td.TdClassName
{
border-color: #58C27A;
}
.TagClassName
{
border-color: #58C27A;
}
</style>