Shades of Keppel #4EAF8D
Tints of Keppel #4EAF8D
RGB
CMYK
RGB Variations
Color information
#4EAF8D (or 0x4EAF8D) is known color: Keppel. HEX triplet: 4E, AF and 8D. RGB value is (78,175,141). Sum of RGB (Red+Green+Blue) = 78+175+141=394 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.80% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF8D is #B15072. Grayscale: #8E8E8E. Windows color (decimal): -11620467 or 9285454. OLE color: 9285454.
HSL color Cylindrical-coordinate representation of color #4EAF8D: hue angle of 158.97º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4EAF8D is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 141 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.31 |
| HSL | 158.97º | 0.38% | 0.5% | - |
| HSV(B) | 158.97º | 0.55% | 0.69% | - |
| XYZ | 23.28 | 34.2 | 30.57 | - |
| YUV | 142.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 141 | 0.55 | 0 | 0.19 | 0.31 | 158.97 | 0.38 | 0.5 |
| Hex | 4E | AF | 8D | 37 | 0 | 13 | 1F | 9F | 26 | 32 |
| Octal | 116 | 257 | 215 | 67 | 0 | 23 | 37 | 237 | 46 | 62 |
| Binary | 1001110 | 10101111 | 10001101 | 110111 | 0 | 10011 | 11111 | 10011111 | 100110 | 110010 |
Color Harmonies of #4EAF8D
Complementary color
Monochromatic Colors of #4EAF8D
Black with #4EAF8D
Text Example
Text Example
White with #4EAF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF8D; }
p { color: rgb(78,175,141); }
H1.HeaderClassName
{
color: #4EAF8D;
}
.AnyTagClassName
{
color: #4EAF8D;
}
</style>
background-color css
<style>
a { background-color: #4EAF8D; }
a { background-color: rgb(78,175,141); }
div.DivClassName
{
background-color: #4EAF8D;
}
.BgClassName
{
background-color: #4EAF8D;
}
</style>
border-color css
<style>
span { border-color: #4EAF8D; }
span { border-color: rgb(78,175,141); }
td.TdClassName
{
border-color: #4EAF8D;
}
.TagClassName
{
border-color: #4EAF8D;
}
</style>