#50A288

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

Shades of Lochinvar #50A288

Tints of Lochinvar #50A288

Color information

#50A288 (or 0x50A288) is unknown color: approx Lochinvar. HEX triplet: 50, A2 and 88. RGB value is (80,162,136). Sum of RGB (Red+Green+Blue) = 80+162+136=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #50A288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A288 is #AF5D77. Grayscale: #868686. Windows color (decimal): -11492728 or 8954448. OLE color: 8954448.

HSL color Cylindrical-coordinate representation of color #50A288: hue angle of 160.98º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #50A288 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB80162136-
CMYK0.5100.160.36
HSL160.98º33.88%47.45%-
HSV(B)160.98º50.62%63.53%-
XYZ20.6729.3227.86-
YUV134.52128.8389.11-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.16%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=21.16%
G=42.86%
B=35.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal801621360.5100.160.36160.9833.8847.45
Hex50A2883301024a1222f
Octal12024221063020442414257
Binary1010000101000101000100011001101000010010010100001100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50A288; }

 p { color: rgb(80,162,136); }

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

<style>
 a { background-color: #50A288; }

 a { background-color: rgb(80,162,136); }

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

<style>
 span { border-color: #50A288; }

 span { border-color: rgb(80,162,136); }

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