#4EAA94

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

Shades of Keppel #4EAA94

Tints of Keppel #4EAA94

Color information

#4EAA94 (or 0x4EAA94) is unknown color: approx Keppel. HEX triplet: 4E, AA and 94. RGB value is (78,170,148). Sum of RGB (Red+Green+Blue) = 78+170+148=396 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.70% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #4EAA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAA94 is #B1556B. Grayscale: #8B8B8B. Windows color (decimal): -11621740 or 9742926. OLE color: 9742926.

HSL color Cylindrical-coordinate representation of color #4EAA94: hue angle of 165.65º 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 #4EAA94 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB78170148-
CMYK0.5400.130.33
HSL165.65º37.1%48.63%-
HSV(B)165.65º54.12%66.67%-
XYZ22.8632.5133.09-
YUV139.98132.5283.79-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.70%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 148 (58.20% from 255) = 37.37%
R=19.70%
G=42.93%
B=37.37%

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
Decimal781701480.5400.130.33165.6537.148.63
Hex4EAA94360D21a62531
Octal11625222466015412464561
Binary100111010101010100101001101100110110000110100110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,170,148); }

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

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

 a { background-color: rgb(78,170,148); }

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

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

 span { border-color: rgb(78,170,148); }

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