#4EA089

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

Shades of Lochinvar #4EA089

Tints of Lochinvar #4EA089

Color information

#4EA089 (or 0x4EA089) is unknown color: approx Lochinvar. HEX triplet: 4E, A0 and 89. RGB value is (78,160,137). Sum of RGB (Red+Green+Blue) = 78+160+137=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA089 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA089 is #B15F76. Grayscale: #848484. Windows color (decimal): -11624311 or 9019470. OLE color: 9019470.

HSL color Cylindrical-coordinate representation of color #4EA089: hue angle of 163.17º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4EA089 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB78160137-
CMYK0.5100.140.37
HSL163.17º34.45%46.67%-
HSV(B)163.17º51.25%62.75%-
XYZ20.2328.5728.11-
YUV132.86130.3388.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.8%
GREEN value IS 160 (62.89% from 255) = 42.67%
BLUE value IS 137 (53.91% from 255) = 36.53%
R=20.8%
G=42.67%
B=36.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal781601370.5100.140.37163.1734.4546.67
Hex4EA089330E25a3222f
Octal11624021163016452434257
Binary100111010100000100010011100110111010010110100011100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,160,137); }

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

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

 a { background-color: rgb(78,160,137); }

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

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

 span { border-color: rgb(78,160,137); }

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