#50997E

Color #50997E Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #50997E

Tints of Patina #50997E

Color information

#50997E (or 0x50997E) is unknown color: approx Patina. HEX triplet: 50, 99 and 7E. RGB value is (80,153,126). Sum of RGB (Red+Green+Blue) = 80+153+126=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #50997E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50997E is #AF6681. Grayscale: #808080. Windows color (decimal): -11495042 or 8296784. OLE color: 8296784.

HSL color Cylindrical-coordinate representation of color #50997E: hue angle of 157.81º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50997E is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB80153126-
CMYK0.4800.180.4
HSL157.81º31.33%45.69%-
HSV(B)157.81º47.71%60%-
XYZ18.4725.9923.78-
YUV128.1126.8293.7-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.28%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=22.28%
G=42.62%
B=35.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801531260.4800.180.4157.8131.3345.69
Hex50997E30012289e1f2e
Octal12023117660022502363756
Binary10100001001100111111101100000100101010001001111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50997E; }

 p { color: rgb(80,153,126); }

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

<style>
 a { background-color: #50997E; }

 a { background-color: rgb(80,153,126); }

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

<style>
 span { border-color: #50997E; }

 span { border-color: rgb(80,153,126); }

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