Shades of Emerald #4CBA88
Tints of Emerald #4CBA88
RGB
CMYK
RGB Variations
Color information
#4CBA88 (or 0x4CBA88) is known color: Emerald. HEX triplet: 4C, BA and 88. RGB value is (76,186,136). Sum of RGB (Red+Green+Blue) = 76+186+136=398 (52% of max value = 765). Red value is 76 (30.08% from 255 or 19.10% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 136 (53.52% from 255 or 34.17% from 398); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA88 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBA88 is #B34577. Grayscale: #939393. Windows color (decimal): -11748728 or 8960588. OLE color: 8960588.
HSL color Cylindrical-coordinate representation of color #4CBA88: hue angle of 152.73º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA88 is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 136 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.27 |
| HSL | 152.73º | 0.44% | 0.51% | - |
| HSV(B) | 152.73º | 0.59% | 0.73% | - |
| XYZ | 24.98 | 38.43 | 29.39 | - |
| YUV | 147.41 | 121.56 | 77.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 136 | 0.59 | 0 | 0.27 | 0.27 | 152.73 | 0.44 | 0.51 |
| Hex | 4C | BA | 88 | 3B | 0 | 1B | 1B | 99 | 2C | 33 |
| Octal | 114 | 272 | 210 | 73 | 0 | 33 | 33 | 231 | 54 | 63 |
| Binary | 1001100 | 10111010 | 10001000 | 111011 | 0 | 11011 | 11011 | 10011001 | 101100 | 110011 |
Color Harmonies of #4CBA88
Complementary color
Monochromatic Colors of #4CBA88
Black with #4CBA88
Text Example
Text Example
White with #4CBA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA88; }
p { color: rgb(76,186,136); }
H1.HeaderClassName
{
color: #4CBA88;
}
.AnyTagClassName
{
color: #4CBA88;
}
</style>
background-color css
<style>
a { background-color: #4CBA88; }
a { background-color: rgb(76,186,136); }
div.DivClassName
{
background-color: #4CBA88;
}
.BgClassName
{
background-color: #4CBA88;
}
</style>
border-color css
<style>
span { border-color: #4CBA88; }
span { border-color: rgb(76,186,136); }
td.TdClassName
{
border-color: #4CBA88;
}
.TagClassName
{
border-color: #4CBA88;
}
</style>