#438E87

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

Shades of Lochinvar #438E87

Tints of Lochinvar #438E87

Color information

#438E87 (or 0x438E87) is unknown color: approx Lochinvar. HEX triplet: 43, 8E and 87. RGB value is (67,142,135). Sum of RGB (Red+Green+Blue) = 67+142+135=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 142 (55.86% from 255 or 41.28% from 344); Blue value is 135 (53.12% from 255 or 39.24% from 344); Max value from RGB is 142 - color contains mainly: green. Hex color #438E87 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438E87 is #BC7178. Grayscale: #767676. Windows color (decimal): -12349817 or 8883779. OLE color: 8883779.

HSL color Cylindrical-coordinate representation of color #438E87: hue angle of 174.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #438E87 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.44.

Color convert

RGB67142135-
CMYK0.5300.050.44
HSL174.4º35.89%40.98%-
HSV(B)174.4º52.82%55.69%-
XYZ16.3622.2926.36-
YUV118.78137.1591.07-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.48%
GREEN value IS 142 (55.86% from 255) = 41.28%
BLUE value IS 135 (53.12% from 255) = 39.24%
R=19.48%
G=41.28%
B=39.24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671421350.5300.050.44174.435.8940.98
Hex438E8735052Cae2429
Octal1032162076505542564451
Binary10000111000111010000111110101010110110010101110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438E87; }

 p { color: rgb(67,142,135); }

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

<style>
 a { background-color: #438E87; }

 a { background-color: rgb(67,142,135); }

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

<style>
 span { border-color: #438E87; }

 span { border-color: rgb(67,142,135); }

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