#4EAE96

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

Shades of Keppel #4EAE96

Tints of Keppel #4EAE96

Color information

#4EAE96 (or 0x4EAE96) is unknown color: approx Keppel. HEX triplet: 4E, AE and 96. RGB value is (78,174,150). Sum of RGB (Red+Green+Blue) = 78+174+150=402 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.40% from 402); Green value is 174 (68.36% from 255 or 43.28% from 402); Blue value is 150 (58.98% from 255 or 37.31% from 402); Max value from RGB is 174 - color contains mainly: green. Hex color #4EAE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAE96 is #B15169. Grayscale: #8E8E8E. Windows color (decimal): -11620714 or 9875022. OLE color: 9875022.

HSL color Cylindrical-coordinate representation of color #4EAE96: hue angle of 165º 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 #4EAE96 is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB78174150-
CMYK0.5500.140.32
HSL165º38.1%49.41%-
HSV(B)165º55.17%68.24%-
XYZ23.7834.0934.18-
YUV142.56132.281.95-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 19.40%
GREEN value IS 174 (68.36% from 255) = 43.28%
BLUE value IS 150 (58.98% from 255) = 37.31%
R=19.40%
G=43.28%
B=37.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal781741500.5500.140.3216538.149.41
Hex4EAE96370E20a52631
Octal11625622667016402454661
Binary100111010101110100101101101110111010000010100101100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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