#3B8E80

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

Shades of Lochinvar #3B8E80

Tints of Lochinvar #3B8E80

Color information

#3B8E80 (or 0x3B8E80) is unknown color: approx Lochinvar. HEX triplet: 3B, 8E and 80. RGB value is (59,142,128). Sum of RGB (Red+Green+Blue) = 59+142+128=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 142 (55.86% from 255 or 43.16% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 142 - color contains mainly: green. Hex color #3B8E80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8E80 is #C4717F. Grayscale: #737373. Windows color (decimal): -12874112 or 8425019. OLE color: 8425019.

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

Color convert

RGB59142128-
CMYK0.5800.100.44
HSL169.88º41.29%39.41%-
HSV(B)169.88º58.45%55.69%-
XYZ15.3721.8323.83-
YUV115.5913587.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 17.93%
GREEN value IS 142 (55.86% from 255) = 43.16%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=17.93%
G=43.16%
B=38.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591421280.5800.100.44169.8841.2939.41
Hex3B8E803A0A2Caa2927
Octal7321620072012542525147
Binary11101110001110100000001110100101010110010101010101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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