Shades of Keppel #4EAF8A
Tints of Keppel #4EAF8A
RGB
CMYK
RGB Variations
Color information
#4EAF8A (or 0x4EAF8A) is known color: Keppel. HEX triplet: 4E, AF and 8A. RGB value is (78,175,138). Sum of RGB (Red+Green+Blue) = 78+175+138=391 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.95% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 138 (54.30% from 255 or 35.29% from 391); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF8A is #B15075. Grayscale: #8D8D8D. Windows color (decimal): -11620470 or 9088846. OLE color: 9088846.
HSL color Cylindrical-coordinate representation of color #4EAF8A: hue angle of 157.11º 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 #4EAF8A is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 138 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.31 |
| HSL | 157.11º | 0.38% | 0.5% | - |
| HSV(B) | 157.11º | 0.55% | 0.69% | - |
| XYZ | 23.06 | 34.11 | 29.41 | - |
| YUV | 141.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 138 | 0.55 | 0 | 0.21 | 0.31 | 157.11 | 0.38 | 0.5 |
| Hex | 4E | AF | 8A | 37 | 0 | 15 | 1F | 9D | 26 | 32 |
| Octal | 116 | 257 | 212 | 67 | 0 | 25 | 37 | 235 | 46 | 62 |
| Binary | 1001110 | 10101111 | 10001010 | 110111 | 0 | 10101 | 11111 | 10011101 | 100110 | 110010 |
Color Harmonies of #4EAF8A
Complementary color
Monochromatic Colors of #4EAF8A
Black with #4EAF8A
Text Example
Text Example
White with #4EAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF8A; }
p { color: rgb(78,175,138); }
H1.HeaderClassName
{
color: #4EAF8A;
}
.AnyTagClassName
{
color: #4EAF8A;
}
</style>
background-color css
<style>
a { background-color: #4EAF8A; }
a { background-color: rgb(78,175,138); }
div.DivClassName
{
background-color: #4EAF8A;
}
.BgClassName
{
background-color: #4EAF8A;
}
</style>
border-color css
<style>
span { border-color: #4EAF8A; }
span { border-color: rgb(78,175,138); }
td.TdClassName
{
border-color: #4EAF8A;
}
.TagClassName
{
border-color: #4EAF8A;
}
</style>