Html Css Color HEX #4E9B8E Lochinvar

📋 copy color: '#4E9B8E'

red 78 ◦ green 155 ◦ blue 142

#4E9B8E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #4E9B8E

Tints of Lochinvar #4E9B8E

RGB

 RED value IS 78 (30.86% from 255) = 20.8%

 GREEN value IS 155 (60.94% from 255) = 41.33%

 BLUE value IS 142 (55.86% from 255) = 37.87%

R = 20.8%
G = 41.33%
B = 37.87%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#4E9B8E (or 0x4E9B8E) is known color: Lochinvar. HEX triplet: 4E, 9B and 8E. RGB value is (78,155,142). Sum of RGB (Red+Green+Blue) = 78+155+142=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 155 (60.94% from 255 or 41.33% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 155 - color contains mainly: green. Hex color #4E9B8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9B8E is #B16471. Grayscale: #828282. Windows color (decimal): -11625586 or 9345870. OLE color: 9345870.

HSL color Cylindrical-coordinate representation of color #4E9B8E: hue angle of 169.87º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E9B8E is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 155 142 -
CMYK 0.50 0 0.08 0.39
HSL 169.87º 0.33% 0.46% -
HSV(B) 169.87º 0.5% 0.61% -
XYZ 19.75 27.02 29.76 -
YUV 130.5 134.49 90.56 -
System Red Green Blue C M Y K H S L
Decimal 78 155 142 0.50 0 0.08 0.39 169.87 0.33 0.46
Hex 4E 9B 8E 32 0 8 27 AA 21 2E
Octal 116 233 216 62 0 10 47 252 41 56
Binary 1001110 10011011 10001110 110010 0 1000 100111 10101010 100001 101110

Color Harmonies of #4E9B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9B8E

Black with #4E9B8E

Text Example


Text Example

White with #4E9B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,155,142); }

 H1.HeaderClassName
 {
   color: #4E9B8E;
 }
 .AnyTagClassName
 {
   color: #4E9B8E;
 }
</style>

background-color css

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

 a { background-color: rgb(78,155,142); }

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

border-color css

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

 span { border-color: rgb(78,155,142); }

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