#126F50

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

Shades of Salem #126F50

Tints of Salem #126F50

Color information

#126F50 (or 0x126F50) is unknown color: approx Salem. HEX triplet: 12, 6F and 50. RGB value is (18,111,80). Sum of RGB (Red+Green+Blue) = 18+111+80=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #126F50 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F50 is #ED90AF. Grayscale: #4F4F4F. Windows color (decimal): -15569072 or 5271314. OLE color: 5271314.

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

Color convert

RGB1811180-
CMYK0.8400.280.56
HSL160º72.09%25.29%-
HSV(B)160º83.78%43.53%-
XYZ7.3812.089.53-
YUV79.66128.1984.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.61%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 80 (31.64% from 255) = 38.28%
R=8.61%
G=53.11%
B=38.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18111800.8400.280.5616072.0925.29
Hex126F505401C38a04819
Octal221571201240347024011031
Binary1001011011111010000101010001110011100010100000100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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