Shades of Keppel #4EAF8F
Tints of Keppel #4EAF8F
RGB
CMYK
RGB Variations
Color information
#4EAF8F (or 0x4EAF8F) is known color: Keppel. HEX triplet: 4E, AF and 8F. RGB value is (78,175,143). Sum of RGB (Red+Green+Blue) = 78+175+143=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 175 (68.75% from 255 or 44.19% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 175 - color contains mainly: green. Hex color #4EAF8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAF8F is #B15070. Grayscale: #8E8E8E. Windows color (decimal): -11620465 or 9416526. OLE color: 9416526.
HSL color Cylindrical-coordinate representation of color #4EAF8F: hue angle of 160.21º 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 #4EAF8F is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 78 | 175 | 143 | - |
| CMYK | 0.55 | 0 | 0.18 | 0.31 |
| HSL | 160.21º | 0.38% | 0.5% | - |
| HSV(B) | 160.21º | 0.55% | 0.69% | - |
| XYZ | 23.43 | 34.26 | 31.37 | - |
| YUV | 142.35 | 128.36 | 82.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 175 | 143 | 0.55 | 0 | 0.18 | 0.31 | 160.21 | 0.38 | 0.5 |
| Hex | 4E | AF | 8F | 37 | 0 | 12 | 1F | A0 | 26 | 32 |
| Octal | 116 | 257 | 217 | 67 | 0 | 22 | 37 | 240 | 46 | 62 |
| Binary | 1001110 | 10101111 | 10001111 | 110111 | 0 | 10010 | 11111 | 10100000 | 100110 | 110010 |
Color Harmonies of #4EAF8F
Complementary color
Monochromatic Colors of #4EAF8F
Black with #4EAF8F
Text Example
Text Example
White with #4EAF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EAF8F; }
p { color: rgb(78,175,143); }
H1.HeaderClassName
{
color: #4EAF8F;
}
.AnyTagClassName
{
color: #4EAF8F;
}
</style>
background-color css
<style>
a { background-color: #4EAF8F; }
a { background-color: rgb(78,175,143); }
div.DivClassName
{
background-color: #4EAF8F;
}
.BgClassName
{
background-color: #4EAF8F;
}
</style>
border-color css
<style>
span { border-color: #4EAF8F; }
span { border-color: rgb(78,175,143); }
td.TdClassName
{
border-color: #4EAF8F;
}
.TagClassName
{
border-color: #4EAF8F;
}
</style>