#408B80

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

Shades of Lochinvar #408B80

Tints of Lochinvar #408B80

Color information

#408B80 (or 0x408B80) is unknown color: approx Lochinvar. HEX triplet: 40, 8B and 80. RGB value is (64,139,128). Sum of RGB (Red+Green+Blue) = 64+139+128=331 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.34% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #408B80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408B80 is #BF747F. Grayscale: #737373. Windows color (decimal): -12547200 or 8424256. OLE color: 8424256.

HSL color Cylindrical-coordinate representation of color #408B80: hue angle of 171.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #408B80 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB64139128-
CMYK0.5400.080.45
HSL171.2º36.95%39.8%-
HSV(B)171.2º53.96%54.51%-
XYZ15.2421.1123.69-
YUV115.32135.1591.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.34%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=19.34%
G=41.99%
B=38.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641391280.5400.080.45171.236.9539.8
Hex408B8036082Dab2528
Octal10021320066010552534550
Binary100000010001011100000001101100100010110110101011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408B80; }

 p { color: rgb(64,139,128); }

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

<style>
 a { background-color: #408B80; }

 a { background-color: rgb(64,139,128); }

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

<style>
 span { border-color: #408B80; }

 span { border-color: rgb(64,139,128); }

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