Shades of Keppel #4EAE8E
Tints of Keppel #4EAE8E
RGB
CMYK
RGB Variations
Color information
#4EAE8E (or 0x4EAE8E) is known color: Keppel. HEX triplet: 4E, AE and 8E. RGB value is (78,174,142). Sum of RGB (Red+Green+Blue) = 78+174+142=394 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.80% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE8E is #B15171. Grayscale: #8D8D8D. Windows color (decimal): -11620722 or 9350734. OLE color: 9350734.
HSL color Cylindrical-coordinate representation of color #4EAE8E: hue angle of 160º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAE8E is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 78 | 174 | 142 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.32 |
| HSL | 160º | 0.38% | 0.49% | - |
| HSV(B) | 160º | 0.55% | 0.68% | - |
| XYZ | 23.16 | 33.84 | 30.9 | - |
| YUV | 141.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 174 | 142 | 0.55 | 0 | 0.18 | 0.32 | 160 | 0.38 | 0.49 |
| Hex | 4E | AE | 8E | 37 | 0 | 12 | 20 | A0 | 26 | 31 |
| Octal | 116 | 256 | 216 | 67 | 0 | 22 | 40 | 240 | 46 | 61 |
| Binary | 1001110 | 10101110 | 10001110 | 110111 | 0 | 10010 | 100000 | 10100000 | 100110 | 110001 |
Color Harmonies of #4EAE8E
Complementary color
Monochromatic Colors of #4EAE8E
Black with #4EAE8E
Text Example
Text Example
White with #4EAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAE8E; }
p { color: rgb(78,174,142); }
H1.HeaderClassName
{
color: #4EAE8E;
}
.AnyTagClassName
{
color: #4EAE8E;
}
</style>
background-color css
<style>
a { background-color: #4EAE8E; }
a { background-color: rgb(78,174,142); }
div.DivClassName
{
background-color: #4EAE8E;
}
.BgClassName
{
background-color: #4EAE8E;
}
</style>
border-color css
<style>
span { border-color: #4EAE8E; }
span { border-color: rgb(78,174,142); }
td.TdClassName
{
border-color: #4EAE8E;
}
.TagClassName
{
border-color: #4EAE8E;
}
</style>