#4EAC95

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

Shades of Keppel #4EAC95

Tints of Keppel #4EAC95

Color information

#4EAC95 (or 0x4EAC95) is unknown color: approx Keppel. HEX triplet: 4E, AC and 95. RGB value is (78,172,149). Sum of RGB (Red+Green+Blue) = 78+172+149=399 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.55% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 149 (58.59% from 255 or 37.34% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #4EAC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAC95 is #B1536A. Grayscale: #8D8D8D. Windows color (decimal): -11621227 or 9808974. OLE color: 9808974.

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

Color convert

RGB78172149-
CMYK0.5500.130.33
HSL165.32º37.6%49.02%-
HSV(B)165.32º54.65%67.45%-
XYZ23.3233.2933.63-
YUV141.27132.3682.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.55%
GREEN value IS 172 (67.58% from 255) = 43.11%
BLUE value IS 149 (58.59% from 255) = 37.34%
R=19.55%
G=43.11%
B=37.34%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781721490.5500.130.33165.3237.649.02
Hex4EAC95370D21a52631
Octal11625422567015412454661
Binary100111010101100100101011101110110110000110100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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