#4EAB95

Color #4EAB95 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #4EAB95

Tints of Keppel #4EAB95

Color information

#4EAB95 (or 0x4EAB95) is unknown color: approx Keppel. HEX triplet: 4E, AB and 95. RGB value is (78,171,149). Sum of RGB (Red+Green+Blue) = 78+171+149=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAB95 is #B1546A. Grayscale: #8C8C8C. Windows color (decimal): -11621483 or 9808718. OLE color: 9808718.

HSL color Cylindrical-coordinate representation of color #4EAB95: hue angle of 165.81º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EAB95 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB78171149-
CMYK0.5400.130.33
HSL165.81º37.35%48.82%-
HSV(B)165.81º54.39%67.06%-
XYZ23.1332.9233.57-
YUV140.68132.6983.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 78 (30.86% from 255) = 19.60%
GREEN value IS 171 (67.19% from 255) = 42.96%
BLUE value IS 149 (58.59% from 255) = 37.44%
R=19.60%
G=42.96%
B=37.44%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781711490.5400.130.33165.8137.3548.82
Hex4EAB95360D21a62531
Octal11625322566015412464561
Binary100111010101011100101011101100110110000110100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EAB95; }

 p { color: rgb(78,171,149); }

 H1.HeaderClassName
 {
   color: #4EAB95;
 }
 .AnyTagClassName
 {
   color: #4EAB95;
 }
</style>
background-color css

<style>
 a { background-color: #4EAB95; }

 a { background-color: rgb(78,171,149); }

 div.DivClassName
 {
   background-color: #4EAB95;
 }
 .BgClassName
 {
   background-color: #4EAB95;
 }
</style>
border-color css

<style>
 span { border-color: #4EAB95; }

 span { border-color: rgb(78,171,149); }

 td.TdClassName
 {
   border-color: #4EAB95;
 }
 .TagClassName
 {
   border-color: #4EAB95;
 }
</style>