Html Css Color HEX #4E9C8E Lochinvar

📋 copy color: '#4E9C8E'

red 78 ◦ green 156 ◦ blue 142

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

Shades of Lochinvar #4E9C8E

Tints of Lochinvar #4E9C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 41.49%

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

R = 20.74%
G = 41.49%
B = 37.77%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#4E9C8E (or 0x4E9C8E) is known color: Lochinvar. HEX triplet: 4E, 9C and 8E. RGB value is (78,156,142). Sum of RGB (Red+Green+Blue) = 78+156+142=376 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.74% from 376); Green value is 156 (61.33% from 255 or 41.49% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 156 - color contains mainly: green. Hex color #4E9C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E9C8E is #B16371. Grayscale: #838383. Windows color (decimal): -11625330 or 9346126. OLE color: 9346126.

HSL color Cylindrical-coordinate representation of color #4E9C8E: hue angle of 169.23º 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 #4E9C8E is Cyan = 0.5, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 78 156 142 -
CMYK 0.5 0 0.09 0.39
HSL 169.23º 0.33% 0.46% -
HSV(B) 169.23º 0.5% 0.61% -
XYZ 19.91 27.35 29.82 -
YUV 131.08 134.16 90.14 -
System Red Green Blue C M Y K H S L
Decimal 78 156 142 0.5 0 0.09 0.39 169.23 0.33 0.46
Hex 4E 9C 8E 32 0 9 27 A9 21 2E
Octal 116 234 216 62 0 11 47 251 41 56
Binary 1001110 10011100 10001110 110010 0 1001 100111 10101001 100001 101110

Color Harmonies of #4E9C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E9C8E

Black with #4E9C8E

Text Example


Text Example

White with #4E9C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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