#4FA08A

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

Shades of Lochinvar #4FA08A

Tints of Lochinvar #4FA08A

Color information

#4FA08A (or 0x4FA08A) is unknown color: approx Lochinvar. HEX triplet: 4F, A0 and 8A. RGB value is (79,160,138). Sum of RGB (Red+Green+Blue) = 79+160+138=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA08A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA08A is #B05F75. Grayscale: #858585. Windows color (decimal): -11558774 or 9085007. OLE color: 9085007.

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

Color convert

RGB79160138-
CMYK0.5100.140.37
HSL163.7º33.89%46.86%-
HSV(B)163.7º50.63%62.75%-
XYZ20.3828.6428.5-
YUV133.27130.6689.29-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.95%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=20.95%
G=42.44%
B=36.60%

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
Decimal791601380.5100.140.37163.733.8946.86
Hex4FA08A330E25a4222f
Octal11724021263016452444257
Binary100111110100000100010101100110111010010110100100100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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