#51A289

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

Shades of Lochinvar #51A289

Tints of Lochinvar #51A289

Color information

#51A289 (or 0x51A289) is unknown color: approx Lochinvar. HEX triplet: 51, A2 and 89. RGB value is (81,162,137). Sum of RGB (Red+Green+Blue) = 81+162+137=380 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.32% from 380); Green value is 162 (63.67% from 255 or 42.63% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 162 - color contains mainly: green. Hex color #51A289 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51A289 is #AE5D76. Grayscale: #868686. Windows color (decimal): -11427191 or 9019985. OLE color: 9019985.

HSL color Cylindrical-coordinate representation of color #51A289: hue angle of 161.48º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51A289 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB81162137-
CMYK0.5000.150.36
HSL161.48º33.33%47.65%-
HSV(B)161.48º50%63.53%-
XYZ20.8329.428.24-
YUV134.93129.1689.53-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 21.32%
GREEN value IS 162 (63.67% from 255) = 42.63%
BLUE value IS 137 (53.91% from 255) = 36.05%
R=21.32%
G=42.63%
B=36.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal811621370.5000.150.36161.4833.3347.65
Hex51A289320F24a12130
Octal12124221162017442414160
Binary101000110100010100010011100100111110010010100001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A289; }

 p { color: rgb(81,162,137); }

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

<style>
 a { background-color: #51A289; }

 a { background-color: rgb(81,162,137); }

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

<style>
 span { border-color: #51A289; }

 span { border-color: rgb(81,162,137); }

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