#4EAB8D

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

Shades of Keppel #4EAB8D

Tints of Keppel #4EAB8D

Color information

#4EAB8D (or 0x4EAB8D) is unknown color: approx Keppel. HEX triplet: 4E, AB and 8D. RGB value is (78,171,141). Sum of RGB (Red+Green+Blue) = 78+171+141=390 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 141 (55.47% from 255 or 36.15% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #4EAB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EAB8D is #B15472. Grayscale: #8B8B8B. Windows color (decimal): -11621491 or 9284430. OLE color: 9284430.

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

Color convert

RGB78171141-
CMYK0.5400.180.33
HSL160.65º37.35%48.82%-
HSV(B)160.65º54.39%67.06%-
XYZ22.5132.6730.32-
YUV139.77128.6983.94-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20%
GREEN value IS 171 (67.19% from 255) = 43.85%
BLUE value IS 141 (55.47% from 255) = 36.15%
R=20%
G=43.85%
B=36.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal781711410.5400.180.33160.6537.3548.82
Hex4EAB8D3601221a12531
Octal11625321566022412414561
Binary1001110101010111000110111011001001010000110100001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EAB8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,171,141); }

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

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

 a { background-color: rgb(78,171,141); }

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

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

 span { border-color: rgb(78,171,141); }

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