#11ba7e

Color #11BA7E Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #11BA7E

Tints of Mountain Meadow #11BA7E

Color information

#11BA7E (or 0x11BA7E) is unknown color: approx Mountain Meadow. HEX triplet: 11, BA and 7E. RGB value is (17,186,126). Sum of RGB (Red+Green+Blue) = 17+186+126=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 186 (73.05% from 255 or 56.53% from 329); Blue value is 126 (49.61% from 255 or 38.30% from 329); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA7E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA7E is #EE4581. Grayscale: #808080. Windows color (decimal): -15615362 or 8305169. OLE color: 8305169.

HSL color Cylindrical-coordinate representation of color #11BA7E: hue angle of 158.7º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA7E is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB17186126-
CMYK0.9100.320.27
HSL158.7º83.25%39.8%-
HSV(B)158.7º90.86%72.94%-
XYZ21.5636.7425.69-
YUV128.63126.5148.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.17%
GREEN value IS 186 (73.05% from 255) = 56.53%
BLUE value IS 126 (49.61% from 255) = 38.30%
R=5.17%
G=56.53%
B=38.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861260.9100.320.27158.783.2539.8
Hex11BA7E5B0201B9f5328
Octal212721761330403323712350
Binary100011011101011111101011011010000011011100111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11ba7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11ba7e; }

 p { color: rgb(17,186,126); }

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

<style>
 a { background-color: #11ba7e; }

 a { background-color: rgb(17,186,126); }

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

<style>
 span { border-color: #11ba7e; }

 span { border-color: rgb(17,186,126); }

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