Shades of Emerald #5CBA7E
Tints of Emerald #5CBA7E
RGB
CMYK
RGB Variations
Color information
#5CBA7E (or 0x5CBA7E) is known color: Emerald. HEX triplet: 5C, BA and 7E. RGB value is (92,186,126). Sum of RGB (Red+Green+Blue) = 92+186+126=404 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.77% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #5CBA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBA7E is #A34581. Grayscale: #979797. Windows color (decimal): -10700162 or 8305244. OLE color: 8305244.
HSL color Cylindrical-coordinate representation of color #5CBA7E: hue angle of 141.7º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBA7E is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 186 | 126 | - |
| CMYK | 0.51 | 0 | 0.32 | 0.27 |
| HSL | 141.7º | 0.41% | 0.55% | - |
| HSV(B) | 141.7º | 0.51% | 0.73% | - |
| XYZ | 25.74 | 38.9 | 25.89 | - |
| YUV | 151.05 | 113.86 | 85.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 186 | 126 | 0.51 | 0 | 0.32 | 0.27 | 141.7 | 0.41 | 0.55 |
| Hex | 5C | BA | 7E | 33 | 0 | 20 | 1B | 8E | 29 | 37 |
| Octal | 134 | 272 | 176 | 63 | 0 | 40 | 33 | 216 | 51 | 67 |
| Binary | 1011100 | 10111010 | 1111110 | 110011 | 0 | 100000 | 11011 | 10001110 | 101001 | 110111 |
Color Harmonies of #5CBA7E
Complementary color
Monochromatic Colors of #5CBA7E
Black with #5CBA7E
Text Example
Text Example
White with #5CBA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBA7E; }
p { color: rgb(92,186,126); }
H1.HeaderClassName
{
color: #5CBA7E;
}
.AnyTagClassName
{
color: #5CBA7E;
}
</style>
background-color css
<style>
a { background-color: #5CBA7E; }
a { background-color: rgb(92,186,126); }
div.DivClassName
{
background-color: #5CBA7E;
}
.BgClassName
{
background-color: #5CBA7E;
}
</style>
border-color css
<style>
span { border-color: #5CBA7E; }
span { border-color: rgb(92,186,126); }
td.TdClassName
{
border-color: #5CBA7E;
}
.TagClassName
{
border-color: #5CBA7E;
}
</style>