Shades of Keppel #4EA994
Tints of Keppel #4EA994
RGB
CMYK
RGB Variations
Color information
#4EA994 (or 0x4EA994) is known color: Keppel. HEX triplet: 4E, A9 and 94. RGB value is (78,169,148). Sum of RGB (Red+Green+Blue) = 78+169+148=395 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.75% from 395); Green value is 169 (66.41% from 255 or 42.78% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA994 is #B1566B. Grayscale: #8B8B8B. Windows color (decimal): -11621996 or 9742670. OLE color: 9742670.
HSL color Cylindrical-coordinate representation of color #4EA994: hue angle of 166.15º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA994 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 148 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.34 |
| HSL | 166.15º | 0.37% | 0.48% | - |
| HSV(B) | 166.15º | 0.54% | 0.66% | - |
| XYZ | 22.68 | 32.13 | 33.02 | - |
| YUV | 139.4 | 132.85 | 84.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 148 | 0.54 | 0 | 0.12 | 0.34 | 166.15 | 0.37 | 0.48 |
| Hex | 4E | A9 | 94 | 36 | 0 | C | 22 | A6 | 25 | 30 |
| Octal | 116 | 251 | 224 | 66 | 0 | 14 | 42 | 246 | 45 | 60 |
| Binary | 1001110 | 10101001 | 10010100 | 110110 | 0 | 1100 | 100010 | 10100110 | 100101 | 110000 |
Color Harmonies of #4EA994
Complementary color
Monochromatic Colors of #4EA994
Black with #4EA994
Text Example
Text Example
White with #4EA994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA994; }
p { color: rgb(78,169,148); }
H1.HeaderClassName
{
color: #4EA994;
}
.AnyTagClassName
{
color: #4EA994;
}
</style>
background-color css
<style>
a { background-color: #4EA994; }
a { background-color: rgb(78,169,148); }
div.DivClassName
{
background-color: #4EA994;
}
.BgClassName
{
background-color: #4EA994;
}
</style>
border-color css
<style>
span { border-color: #4EA994; }
span { border-color: rgb(78,169,148); }
td.TdClassName
{
border-color: #4EA994;
}
.TagClassName
{
border-color: #4EA994;
}
</style>