Shades of Emerald #58C182
Tints of Emerald #58C182
RGB
CMYK
RGB Variations
Color information
#58C182 (or 0x58C182) is known color: Emerald. HEX triplet: 58, C1 and 82. RGB value is (88,193,130). Sum of RGB (Red+Green+Blue) = 88+193+130=411 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.41% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #58C182 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C182 is #A73E7D. Grayscale: #9A9A9A. Windows color (decimal): -10960510 or 8569176. OLE color: 8569176.
HSL color Cylindrical-coordinate representation of color #58C182: hue angle of 144º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58C182 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 130 | - |
| CMYK | 0.54 | 0 | 0.33 | 0.24 |
| HSL | 144º | 0.46% | 0.55% | - |
| HSV(B) | 144º | 0.54% | 0.76% | - |
| XYZ | 27.12 | 41.83 | 27.76 | - |
| YUV | 154.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 130 | 0.54 | 0 | 0.33 | 0.24 | 144 | 0.46 | 0.55 |
| Hex | 58 | C1 | 82 | 36 | 0 | 21 | 18 | 90 | 2E | 37 |
| Octal | 130 | 301 | 202 | 66 | 0 | 41 | 30 | 220 | 56 | 67 |
| Binary | 1011000 | 11000001 | 10000010 | 110110 | 0 | 100001 | 11000 | 10010000 | 101110 | 110111 |
Color Harmonies of #58C182
Complementary color
Monochromatic Colors of #58C182
Black with #58C182
Text Example
Text Example
White with #58C182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C182; }
p { color: rgb(88,193,130); }
H1.HeaderClassName
{
color: #58C182;
}
.AnyTagClassName
{
color: #58C182;
}
</style>
background-color css
<style>
a { background-color: #58C182; }
a { background-color: rgb(88,193,130); }
div.DivClassName
{
background-color: #58C182;
}
.BgClassName
{
background-color: #58C182;
}
</style>
border-color css
<style>
span { border-color: #58C182; }
span { border-color: rgb(88,193,130); }
td.TdClassName
{
border-color: #58C182;
}
.TagClassName
{
border-color: #58C182;
}
</style>