#4EAE94

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

Shades of Keppel #4EAE94

Tints of Keppel #4EAE94

Color information

#4EAE94 (or 0x4EAE94) is unknown color: approx Keppel. HEX triplet: 4E, AE and 94. RGB value is (78,174,148). Sum of RGB (Red+Green+Blue) = 78+174+148=400 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.5% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE94 is #B1516B. Grayscale: #8E8E8E. Windows color (decimal): -11620716 or 9743950. OLE color: 9743950.

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

Color convert

RGB78174148-
CMYK0.5500.150.32
HSL163.75º38.1%49.41%-
HSV(B)163.75º55.17%68.24%-
XYZ23.6234.0333.34-
YUV142.33131.282.11-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.5%
GREEN value IS 174 (68.36% from 255) = 43.5%
BLUE value IS 148 (58.20% from 255) = 37%
R=19.5%
G=43.5%
B=37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741480.5500.150.32163.7538.149.41
Hex4EAE94370F20a42631
Octal11625622467017402444661
Binary100111010101110100101001101110111110000010100100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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