#146F50

Color #146F50 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #146F50

Tints of Salem #146F50

Color information

#146F50 (or 0x146F50) is unknown color: approx Salem. HEX triplet: 14, 6F and 50. RGB value is (20,111,80). Sum of RGB (Red+Green+Blue) = 20+111+80=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 111 (43.75% from 255 or 52.61% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 111 - color contains mainly: green. Hex color #146F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146F50 is #EB90AF. Grayscale: #505050. Windows color (decimal): -15438000 or 5271316. OLE color: 5271316.

HSL color Cylindrical-coordinate representation of color #146F50: hue angle of 159.56º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146F50 is Cyan = 0.82, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB2011180-
CMYK0.8200.280.56
HSL159.56º69.47%25.69%-
HSV(B)159.56º81.98%43.53%-
XYZ7.4212.19.53-
YUV80.26127.8585.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.48%
GREEN value IS 111 (43.75% from 255) = 52.61%
BLUE value IS 80 (31.64% from 255) = 37.91%
R=9.48%
G=52.61%
B=37.91%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20111800.8200.280.56159.5669.4725.69
Hex146F505201C38a0451a
Octal241571201220347024010532
Binary1010011011111010000101001001110011100010100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146F50; }

 p { color: rgb(20,111,80); }

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

<style>
 a { background-color: #146F50; }

 a { background-color: rgb(20,111,80); }

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

<style>
 span { border-color: #146F50; }

 span { border-color: rgb(20,111,80); }

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