#50A184

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

Shades of Patina #50A184

Tints of Patina #50A184

Color information

#50A184 (or 0x50A184) is unknown color: approx Patina. HEX triplet: 50, A1 and 84. RGB value is (80,161,132). Sum of RGB (Red+Green+Blue) = 80+161+132=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #50A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50A184 is #AF5E7B. Grayscale: #858585. Windows color (decimal): -11492988 or 8692048. OLE color: 8692048.

HSL color Cylindrical-coordinate representation of color #50A184: hue angle of 158.52º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #50A184 is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB80161132-
CMYK0.5000.180.37
HSL158.52º33.61%47.25%-
HSV(B)158.52º50.31%63.14%-
XYZ20.2228.8626.33-
YUV133.48127.1689.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 21.45%
GREEN value IS 161 (63.28% from 255) = 43.16%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=21.45%
G=43.16%
B=35.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal801611320.5000.180.37158.5233.6147.25
Hex50A18432012259f222f
Octal12024120462022452374257
Binary1010000101000011000010011001001001010010110011111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50A184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,161,132); }

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

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

 a { background-color: rgb(80,161,132); }

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

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

 span { border-color: rgb(80,161,132); }

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