#3B8F7B

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

Shades of Lochinvar #3B8F7B

Tints of Lochinvar #3B8F7B

Color information

#3B8F7B (or 0x3B8F7B) is unknown color: approx Lochinvar. HEX triplet: 3B, 8F and 7B. RGB value is (59,143,123). Sum of RGB (Red+Green+Blue) = 59+143+123=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 143 (56.25% from 255 or 44% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 143 - color contains mainly: green. Hex color #3B8F7B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8F7B is #C47084. Grayscale: #737373. Windows color (decimal): -12873861 or 8097595. OLE color: 8097595.

HSL color Cylindrical-coordinate representation of color #3B8F7B: hue angle of 165.71º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B8F7B is Cyan = 0.59, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB59143123-
CMYK0.5900.140.44
HSL165.71º41.58%39.61%-
HSV(B)165.71º58.74%56.08%-
XYZ15.22222.19-
YUV115.6132.1787.63-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.15%
GREEN value IS 143 (56.25% from 255) = 44%
BLUE value IS 123 (48.44% from 255) = 37.85%
R=18.15%
G=44%
B=37.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal591431230.5900.140.44165.7141.5839.61
Hex3B8F7B3B0E2Ca62a28
Octal7321717373016542465250
Binary1110111000111111110111110110111010110010100110101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B8F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,143,123); }

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

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

 a { background-color: rgb(59,143,123); }

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

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

 span { border-color: rgb(59,143,123); }

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