Shades of Emerald #58C682
Tints of Emerald #58C682
RGB
CMYK
RGB Variations
Color information
#58C682 (or 0x58C682) is known color: Emerald. HEX triplet: 58, C6 and 82. RGB value is (88,198,130). Sum of RGB (Red+Green+Blue) = 88+198+130=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 198 (77.73% from 255 or 47.60% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 198 - color contains mainly: green. Hex color #58C682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58C682 is #A7397D. Grayscale: #9D9D9D. Windows color (decimal): -10959230 or 8570456. OLE color: 8570456.
HSL color Cylindrical-coordinate representation of color #58C682: hue angle of 142.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58C682 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 88 | 198 | 130 | - |
| CMYK | 0.56 | 0 | 0.34 | 0.22 |
| HSL | 142.91º | 0.49% | 0.56% | - |
| HSV(B) | 142.91º | 0.56% | 0.78% | - |
| XYZ | 28.25 | 44.07 | 28.14 | - |
| YUV | 157.36 | 112.56 | 78.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 198 | 130 | 0.56 | 0 | 0.34 | 0.22 | 142.91 | 0.49 | 0.56 |
| Hex | 58 | C6 | 82 | 38 | 0 | 22 | 16 | 8F | 31 | 38 |
| Octal | 130 | 306 | 202 | 70 | 0 | 42 | 26 | 217 | 61 | 70 |
| Binary | 1011000 | 11000110 | 10000010 | 111000 | 0 | 100010 | 10110 | 10001111 | 110001 | 111000 |
Color Harmonies of #58C682
Complementary color
Monochromatic Colors of #58C682
Black with #58C682
Text Example
Text Example
White with #58C682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58C682; }
p { color: rgb(88,198,130); }
H1.HeaderClassName
{
color: #58C682;
}
.AnyTagClassName
{
color: #58C682;
}
</style>
background-color css
<style>
a { background-color: #58C682; }
a { background-color: rgb(88,198,130); }
div.DivClassName
{
background-color: #58C682;
}
.BgClassName
{
background-color: #58C682;
}
</style>
border-color css
<style>
span { border-color: #58C682; }
span { border-color: rgb(88,198,130); }
td.TdClassName
{
border-color: #58C682;
}
.TagClassName
{
border-color: #58C682;
}
</style>