Shades of Emerald #58C180
Tints of Emerald #58C180
RGB
CMYK
RGB Variations
Color information
#58C180 (or 0x58C180) is known color: Emerald. HEX triplet: 58, C1 and 80. RGB value is (88,193,128). Sum of RGB (Red+Green+Blue) = 88+193+128=409 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.52% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 193 - color contains mainly: green. Hex color #58C180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C180 is #A73E7F. Grayscale: #9A9A9A. Windows color (decimal): -10960512 or 8438104. OLE color: 8438104.
HSL color Cylindrical-coordinate representation of color #58C180: hue angle of 142.86º 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 #58C180 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 193 | 128 | - |
| CMYK | 0.54 | 0 | 0.34 | 0.24 |
| HSL | 142.86º | 0.46% | 0.55% | - |
| HSV(B) | 142.86º | 0.54% | 0.76% | - |
| XYZ | 26.99 | 41.77 | 27.06 | - |
| YUV | 154.2 | 113.21 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 193 | 128 | 0.54 | 0 | 0.34 | 0.24 | 142.86 | 0.46 | 0.55 |
| Hex | 58 | C1 | 80 | 36 | 0 | 22 | 18 | 8F | 2E | 37 |
| Octal | 130 | 301 | 200 | 66 | 0 | 42 | 30 | 217 | 56 | 67 |
| Binary | 1011000 | 11000001 | 10000000 | 110110 | 0 | 100010 | 11000 | 10001111 | 101110 | 110111 |
Color Harmonies of #58C180
Complementary color
Monochromatic Colors of #58C180
Black with #58C180
Text Example
Text Example
White with #58C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C180; }
p { color: rgb(88,193,128); }
H1.HeaderClassName
{
color: #58C180;
}
.AnyTagClassName
{
color: #58C180;
}
</style>
background-color css
<style>
a { background-color: #58C180; }
a { background-color: rgb(88,193,128); }
div.DivClassName
{
background-color: #58C180;
}
.BgClassName
{
background-color: #58C180;
}
</style>
border-color css
<style>
span { border-color: #58C180; }
span { border-color: rgb(88,193,128); }
td.TdClassName
{
border-color: #58C180;
}
.TagClassName
{
border-color: #58C180;
}
</style>