Shades of Emerald #5CBC7B
Tints of Emerald #5CBC7B
RGB
CMYK
RGB Variations
Color information
#5CBC7B (or 0x5CBC7B) is known color: Emerald. HEX triplet: 5C, BC and 7B. RGB value is (92,188,123). Sum of RGB (Red+Green+Blue) = 92+188+123=403 (53% of max value = 765). Red value is 92 (36.33% from 255 or 22.83% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC7B is #A34384. Grayscale: #989898. Windows color (decimal): -10699653 or 8109148. OLE color: 8109148.
HSL color Cylindrical-coordinate representation of color #5CBC7B: hue angle of 139.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC7B is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 92 | 188 | 123 | - |
| CMYK | 0.51 | 0 | 0.35 | 0.26 |
| HSL | 139.38º | 0.42% | 0.55% | - |
| HSV(B) | 139.38º | 0.51% | 0.74% | - |
| XYZ | 25.97 | 39.67 | 25.03 | - |
| YUV | 151.89 | 111.7 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 188 | 123 | 0.51 | 0 | 0.35 | 0.26 | 139.38 | 0.42 | 0.55 |
| Hex | 5C | BC | 7B | 33 | 0 | 23 | 1A | 8B | 2A | 37 |
| Octal | 134 | 274 | 173 | 63 | 0 | 43 | 32 | 213 | 52 | 67 |
| Binary | 1011100 | 10111100 | 1111011 | 110011 | 0 | 100011 | 11010 | 10001011 | 101010 | 110111 |
Color Harmonies of #5CBC7B
Complementary color
Monochromatic Colors of #5CBC7B
Black with #5CBC7B
Text Example
Text Example
White with #5CBC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBC7B; }
p { color: rgb(92,188,123); }
H1.HeaderClassName
{
color: #5CBC7B;
}
.AnyTagClassName
{
color: #5CBC7B;
}
</style>
background-color css
<style>
a { background-color: #5CBC7B; }
a { background-color: rgb(92,188,123); }
div.DivClassName
{
background-color: #5CBC7B;
}
.BgClassName
{
background-color: #5CBC7B;
}
</style>
border-color css
<style>
span { border-color: #5CBC7B; }
span { border-color: rgb(92,188,123); }
td.TdClassName
{
border-color: #5CBC7B;
}
.TagClassName
{
border-color: #5CBC7B;
}
</style>