Shades of Emerald #58CA7B
Tints of Emerald #58CA7B
RGB
CMYK
RGB Variations
Color information
#58CA7B (or 0x58CA7B) is known color: Emerald. HEX triplet: 58, CA and 7B. RGB value is (88,202,123). Sum of RGB (Red+Green+Blue) = 88+202+123=413 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.31% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CA7B is #A73584. Grayscale: #9F9F9F. Windows color (decimal): -10958213 or 8112728. OLE color: 8112728.
HSL color Cylindrical-coordinate representation of color #58CA7B: hue angle of 138.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58CA7B is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 88 | 202 | 123 | - |
| CMYK | 0.56 | 0 | 0.39 | 0.21 |
| HSL | 138.42º | 0.52% | 0.57% | - |
| HSV(B) | 138.42º | 0.56% | 0.79% | - |
| XYZ | 28.72 | 45.75 | 26.06 | - |
| YUV | 158.91 | 107.73 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 202 | 123 | 0.56 | 0 | 0.39 | 0.21 | 138.42 | 0.52 | 0.57 |
| Hex | 58 | CA | 7B | 38 | 0 | 27 | 15 | 8A | 34 | 39 |
| Octal | 130 | 312 | 173 | 70 | 0 | 47 | 25 | 212 | 64 | 71 |
| Binary | 1011000 | 11001010 | 1111011 | 111000 | 0 | 100111 | 10101 | 10001010 | 110100 | 111001 |
Color Harmonies of #58CA7B
Complementary color
Monochromatic Colors of #58CA7B
Black with #58CA7B
Text Example
Text Example
White with #58CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58CA7B; }
p { color: rgb(88,202,123); }
H1.HeaderClassName
{
color: #58CA7B;
}
.AnyTagClassName
{
color: #58CA7B;
}
</style>
background-color css
<style>
a { background-color: #58CA7B; }
a { background-color: rgb(88,202,123); }
div.DivClassName
{
background-color: #58CA7B;
}
.BgClassName
{
background-color: #58CA7B;
}
</style>
border-color css
<style>
span { border-color: #58CA7B; }
span { border-color: rgb(88,202,123); }
td.TdClassName
{
border-color: #58CA7B;
}
.TagClassName
{
border-color: #58CA7B;
}
</style>