Html Css Color HEX #4FA08C Lochinvar

📋 copy color: '#4FA08C'

red 79 ◦ green 160 ◦ blue 140

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

Shades of Lochinvar #4FA08C

Tints of Lochinvar #4FA08C

RGB

 RED value IS 79 (31.25% from 255) = 20.84%

 GREEN value IS 160 (62.89% from 255) = 42.22%

 BLUE value IS 140 (55.08% from 255) = 36.94%

R = 20.84%
G = 42.22%
B = 36.94%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#4FA08C (or 0x4FA08C) is known color: Lochinvar. HEX triplet: 4F, A0 and 8C. RGB value is (79,160,140). Sum of RGB (Red+Green+Blue) = 79+160+140=379 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.84% from 379); Green value is 160 (62.89% from 255 or 42.22% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA08C is #B05F73. Grayscale: #858585. Windows color (decimal): -11558772 or 9216079. OLE color: 9216079.

HSL color Cylindrical-coordinate representation of color #4FA08C: hue angle of 165.19º 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 #4FA08C is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 160 140 -
CMYK 0.51 0 0.12 0.37
HSL 165.19º 0.34% 0.47% -
HSV(B) 165.19º 0.51% 0.63% -
XYZ 20.53 28.7 29.27 -
YUV 133.5 131.66 89.13 -
System Red Green Blue C M Y K H S L
Decimal 79 160 140 0.51 0 0.12 0.37 165.19 0.34 0.47
Hex 4F A0 8C 33 0 C 25 A5 22 2F
Octal 117 240 214 63 0 14 45 245 42 57
Binary 1001111 10100000 10001100 110011 0 1100 100101 10100101 100010 101111

Color Harmonies of #4FA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA08C

Black with #4FA08C

Text Example


Text Example

White with #4FA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,160,140); }

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

background-color css

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

 a { background-color: rgb(79,160,140); }

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

border-color css

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

 span { border-color: rgb(79,160,140); }

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