#3F9688

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

Shades of Lochinvar #3F9688

Tints of Lochinvar #3F9688

Color information

#3F9688 (or 0x3F9688) is unknown color: approx Lochinvar. HEX triplet: 3F, 96 and 88. RGB value is (63,150,136). Sum of RGB (Red+Green+Blue) = 63+150+136=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9688 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9688 is #C06977. Grayscale: #7A7A7A. Windows color (decimal): -12609912 or 8951359. OLE color: 8951359.

HSL color Cylindrical-coordinate representation of color #3F9688: hue angle of 170.34º 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 #3F9688 is Cyan = 0.58, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB63150136-
CMYK0.5800.090.41
HSL170.34º40.85%41.76%-
HSV(B)170.34º58%58.82%-
XYZ17.424.6527.13-
YUV122.39135.6885.64-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.05%
GREEN value IS 150 (58.98% from 255) = 42.98%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=18.05%
G=42.98%
B=38.97%

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
Decimal631501360.5800.090.41170.3440.8541.76
Hex3F96883A0929aa292a
Octal7722621072011512525152
Binary11111110010110100010001110100100110100110101010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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