#439B8F

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

Shades of Lochinvar #439B8F

Tints of Lochinvar #439B8F

Color information

#439B8F (or 0x439B8F) is unknown color: approx Lochinvar. HEX triplet: 43, 9B and 8F. RGB value is (67,155,143). Sum of RGB (Red+Green+Blue) = 67+155+143=365 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.36% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 143 (56.25% from 255 or 39.18% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #439B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #439B8F is #BC6470. Grayscale: #7F7F7F. Windows color (decimal): -12346481 or 9411395. OLE color: 9411395.

HSL color Cylindrical-coordinate representation of color #439B8F: hue angle of 171.82º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #439B8F is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB67155143-
CMYK0.5700.080.39
HSL171.82º39.64%43.53%-
HSV(B)171.82º56.77%60.78%-
XYZ18.9926.6230.12-
YUV127.32136.8584.98-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.36%
GREEN value IS 155 (60.94% from 255) = 42.47%
BLUE value IS 143 (56.25% from 255) = 39.18%
R=18.36%
G=42.47%
B=39.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal671551430.5700.080.39171.8239.6443.53
Hex439B8F390827ac282c
Octal10323321771010472545054
Binary100001110011011100011111110010100010011110101100101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #439B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #439B8F; }

 p { color: rgb(67,155,143); }

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

<style>
 a { background-color: #439B8F; }

 a { background-color: rgb(67,155,143); }

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

<style>
 span { border-color: #439B8F; }

 span { border-color: rgb(67,155,143); }

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