Shades of Emerald #58D68C
Tints of Emerald #58D68C
RGB
CMYK
RGB Variations
Color information
#58D68C (or 0x58D68C) is known color: Emerald. HEX triplet: 58, D6 and 8C. RGB value is (88,214,140). Sum of RGB (Red+Green+Blue) = 88+214+140=442 (58% of max value = 765). Red value is 88 (34.77% from 255 or 19.91% from 442); Green value is 214 (83.98% from 255 or 48.42% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 214 - color contains mainly: green. Hex color #58D68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58D68C is #A72973. Grayscale: #A8A8A8. Windows color (decimal): -10955124 or 9229912. OLE color: 9229912.
HSL color Cylindrical-coordinate representation of color #58D68C: hue angle of 144.76º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #58D68C is Cyan = 0.59, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 88 | 214 | 140 | - |
| CMYK | 0.59 | 0 | 0.35 | 0.16 |
| HSL | 144.76º | 0.61% | 0.59% | - |
| HSV(B) | 144.76º | 0.59% | 0.84% | - |
| XYZ | 32.8 | 52.06 | 33.13 | - |
| YUV | 167.89 | 112.26 | 71.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 214 | 140 | 0.59 | 0 | 0.35 | 0.16 | 144.76 | 0.61 | 0.59 |
| Hex | 58 | D6 | 8C | 3B | 0 | 23 | 10 | 91 | 3D | 3B |
| Octal | 130 | 326 | 214 | 73 | 0 | 43 | 20 | 221 | 75 | 73 |
| Binary | 1011000 | 11010110 | 10001100 | 111011 | 0 | 100011 | 10000 | 10010001 | 111101 | 111011 |
Color Harmonies of #58D68C
Complementary color
Monochromatic Colors of #58D68C
Black with #58D68C
Text Example
Text Example
White with #58D68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58D68C; }
p { color: rgb(88,214,140); }
H1.HeaderClassName
{
color: #58D68C;
}
.AnyTagClassName
{
color: #58D68C;
}
</style>
background-color css
<style>
a { background-color: #58D68C; }
a { background-color: rgb(88,214,140); }
div.DivClassName
{
background-color: #58D68C;
}
.BgClassName
{
background-color: #58D68C;
}
</style>
border-color css
<style>
span { border-color: #58D68C; }
span { border-color: rgb(88,214,140); }
td.TdClassName
{
border-color: #58D68C;
}
.TagClassName
{
border-color: #58D68C;
}
</style>