Html Css Color HEX #4C9F8E Lochinvar

📋 copy color: '#4C9F8E'

red 76 ◦ green 159 ◦ blue 142

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

Shades of Lochinvar #4C9F8E

Tints of Lochinvar #4C9F8E

RGB

 RED value IS 76 (30.08% from 255) = 20.16%

 GREEN value IS 159 (62.5% from 255) = 42.18%

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

R = 20.16%
G = 42.18%
B = 37.67%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#4C9F8E (or 0x4C9F8E) is known color: Lochinvar. HEX triplet: 4C, 9F and 8E. RGB value is (76,159,142). Sum of RGB (Red+Green+Blue) = 76+159+142=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 159 (62.5% from 255 or 42.18% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 159 - color contains mainly: green. Hex color #4C9F8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9F8E is #B36071. Grayscale: #848484. Windows color (decimal): -11755634 or 9346892. OLE color: 9346892.

HSL color Cylindrical-coordinate representation of color #4C9F8E: hue angle of 167.71º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9F8E is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 159 142 -
CMYK 0.52 0 0.11 0.38
HSL 167.71º 0.35% 0.46% -
HSV(B) 167.71º 0.52% 0.62% -
XYZ 20.26 28.29 29.98 -
YUV 132.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 76 159 142 0.52 0 0.11 0.38 167.71 0.35 0.46
Hex 4C 9F 8E 34 0 B 26 A8 23 2E
Octal 114 237 216 64 0 13 46 250 43 56
Binary 1001100 10011111 10001110 110100 0 1011 100110 10101000 100011 101110

Color Harmonies of #4C9F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9F8E

Black with #4C9F8E

Text Example


Text Example

White with #4C9F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,159,142); }

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

background-color css

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

 a { background-color: rgb(76,159,142); }

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

border-color css

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

 span { border-color: rgb(76,159,142); }

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