Shades of Keppel #4EAC8C
Tints of Keppel #4EAC8C
RGB
CMYK
RGB Variations
Color information
#4EAC8C (or 0x4EAC8C) is known color: Keppel. HEX triplet: 4E, AC and 8C. RGB value is (78,172,140). Sum of RGB (Red+Green+Blue) = 78+172+140=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 172 (67.58% from 255 or 44.10% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC8C is #B15373. Grayscale: #8C8C8C. Windows color (decimal): -11621236 or 9219150. OLE color: 9219150.
HSL color Cylindrical-coordinate representation of color #4EAC8C: hue angle of 159.57º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAC8C is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 78 | 172 | 140 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.33 |
| HSL | 159.57º | 0.38% | 0.49% | - |
| HSV(B) | 159.57º | 0.55% | 0.67% | - |
| XYZ | 22.63 | 33.02 | 29.99 | - |
| YUV | 140.25 | 127.86 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 172 | 140 | 0.55 | 0 | 0.19 | 0.33 | 159.57 | 0.38 | 0.49 |
| Hex | 4E | AC | 8C | 37 | 0 | 13 | 21 | A0 | 26 | 31 |
| Octal | 116 | 254 | 214 | 67 | 0 | 23 | 41 | 240 | 46 | 61 |
| Binary | 1001110 | 10101100 | 10001100 | 110111 | 0 | 10011 | 100001 | 10100000 | 100110 | 110001 |
Color Harmonies of #4EAC8C
Complementary color
Monochromatic Colors of #4EAC8C
Black with #4EAC8C
Text Example
Text Example
White with #4EAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAC8C; }
p { color: rgb(78,172,140); }
H1.HeaderClassName
{
color: #4EAC8C;
}
.AnyTagClassName
{
color: #4EAC8C;
}
</style>
background-color css
<style>
a { background-color: #4EAC8C; }
a { background-color: rgb(78,172,140); }
div.DivClassName
{
background-color: #4EAC8C;
}
.BgClassName
{
background-color: #4EAC8C;
}
</style>
border-color css
<style>
span { border-color: #4EAC8C; }
span { border-color: rgb(78,172,140); }
td.TdClassName
{
border-color: #4EAC8C;
}
.TagClassName
{
border-color: #4EAC8C;
}
</style>