Shades of Keppel #4EBA8C
Tints of Keppel #4EBA8C
RGB
CMYK
RGB Variations
Color information
#4EBA8C (or 0x4EBA8C) is known color: Keppel. HEX triplet: 4E, BA and 8C. RGB value is (78,186,140). Sum of RGB (Red+Green+Blue) = 78+186+140=404 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.31% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBA8C is #B14573. Grayscale: #949494. Windows color (decimal): -11617652 or 9222734. OLE color: 9222734.
HSL color Cylindrical-coordinate representation of color #4EBA8C: hue angle of 154.44º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBA8C is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 78 | 186 | 140 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.27 |
| HSL | 154.44º | 0.44% | 0.52% | - |
| HSV(B) | 154.44º | 0.58% | 0.73% | - |
| XYZ | 25.43 | 38.63 | 30.93 | - |
| YUV | 148.46 | 123.22 | 77.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 186 | 140 | 0.58 | 0 | 0.25 | 0.27 | 154.44 | 0.44 | 0.52 |
| Hex | 4E | BA | 8C | 3A | 0 | 19 | 1B | 9A | 2C | 34 |
| Octal | 116 | 272 | 214 | 72 | 0 | 31 | 33 | 232 | 54 | 64 |
| Binary | 1001110 | 10111010 | 10001100 | 111010 | 0 | 11001 | 11011 | 10011010 | 101100 | 110100 |
Color Harmonies of #4EBA8C
Complementary color
Monochromatic Colors of #4EBA8C
Black with #4EBA8C
Text Example
Text Example
White with #4EBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EBA8C; }
p { color: rgb(78,186,140); }
H1.HeaderClassName
{
color: #4EBA8C;
}
.AnyTagClassName
{
color: #4EBA8C;
}
</style>
background-color css
<style>
a { background-color: #4EBA8C; }
a { background-color: rgb(78,186,140); }
div.DivClassName
{
background-color: #4EBA8C;
}
.BgClassName
{
background-color: #4EBA8C;
}
</style>
border-color css
<style>
span { border-color: #4EBA8C; }
span { border-color: rgb(78,186,140); }
td.TdClassName
{
border-color: #4EBA8C;
}
.TagClassName
{
border-color: #4EBA8C;
}
</style>