#4EBA96

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

Shades of Keppel #4EBA96

Tints of Keppel #4EBA96

Color information

#4EBA96 (or 0x4EBA96) is unknown color: approx Keppel. HEX triplet: 4E, BA and 96. RGB value is (78,186,150). Sum of RGB (Red+Green+Blue) = 78+186+150=414 (54% of max value = 765). Red value is 78 (30.86% from 255 or 18.84% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #4EBA96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4EBA96 is #B14569. Grayscale: #959595. Windows color (decimal): -11617642 or 9878094. OLE color: 9878094.

HSL color Cylindrical-coordinate representation of color #4EBA96: hue angle of 160º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4EBA96 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB78186150-
CMYK0.5800.190.27
HSL160º43.9%51.76%-
HSV(B)160º58.06%72.94%-
XYZ26.2138.9434.99-
YUV149.6128.2276.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 18.84%
GREEN value IS 186 (73.05% from 255) = 44.93%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=18.84%
G=44.93%
B=36.23%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal781861500.5800.190.2716043.951.76
Hex4EBA963A0131Ba02c34
Octal11627222672023332405464
Binary100111010111010100101101110100100111101110100000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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