#3F9689

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

Shades of Lochinvar #3F9689

Tints of Lochinvar #3F9689

Color information

#3F9689 (or 0x3F9689) is unknown color: approx Lochinvar. HEX triplet: 3F, 96 and 89. RGB value is (63,150,137). Sum of RGB (Red+Green+Blue) = 63+150+137=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9689 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9689 is #C06976. Grayscale: #7A7A7A. Windows color (decimal): -12609911 or 9016895. OLE color: 9016895.

HSL color Cylindrical-coordinate representation of color #3F9689: hue angle of 171.03º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9689 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB63150137-
CMYK0.5800.090.41
HSL171.03º40.85%41.76%-
HSV(B)171.03º58%58.82%-
XYZ17.4724.6827.51-
YUV122.5136.1885.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18%
GREEN value IS 150 (58.98% from 255) = 42.86%
BLUE value IS 137 (53.91% from 255) = 39.14%
R=18%
G=42.86%
B=39.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal631501370.5800.090.41171.0340.8541.76
Hex3F96893A0929ab292a
Octal7722621172011512535152
Binary11111110010110100010011110100100110100110101011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3F9689; }

 p { color: rgb(63,150,137); }

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

<style>
 a { background-color: #3F9689; }

 a { background-color: rgb(63,150,137); }

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

<style>
 span { border-color: #3F9689; }

 span { border-color: rgb(63,150,137); }

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