#3B8E81

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

Shades of Lochinvar #3B8E81

Tints of Lochinvar #3B8E81

Color information

#3B8E81 (or 0x3B8E81) is unknown color: approx Lochinvar. HEX triplet: 3B, 8E and 81. RGB value is (59,142,129). Sum of RGB (Red+Green+Blue) = 59+142+129=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 142 (55.86% from 255 or 43.03% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8E81 is #C4717E. Grayscale: #737373. Windows color (decimal): -12874111 or 8490555. OLE color: 8490555.

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

Color convert

RGB59142129-
CMYK0.5800.090.44
HSL170.6º41.29%39.41%-
HSV(B)170.6º58.45%55.69%-
XYZ15.4421.8624.17-
YUV115.7135.587.56-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.88%
GREEN value IS 142 (55.86% from 255) = 43.03%
BLUE value IS 129 (50.78% from 255) = 39.09%
R=17.88%
G=43.03%
B=39.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421290.5800.090.44170.641.2939.41
Hex3B8E813A092Cab2927
Octal7321620172011542535147
Binary11101110001110100000011110100100110110010101011101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,142,129); }

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

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

 a { background-color: rgb(59,142,129); }

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

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

 span { border-color: rgb(59,142,129); }

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