#11BA7B

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

Shades of Mountain Meadow #11BA7B

Tints of Mountain Meadow #11BA7B

Color information

#11BA7B (or 0x11BA7B) is unknown color: approx Mountain Meadow. HEX triplet: 11, BA and 7B. RGB value is (17,186,123). Sum of RGB (Red+Green+Blue) = 17+186+123=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 123 (48.44% from 255 or 37.73% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA7B is #EE4584. Grayscale: #808080. Windows color (decimal): -15615365 or 8108561. OLE color: 8108561.

HSL color Cylindrical-coordinate representation of color #11BA7B: hue angle of 157.63º 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 #11BA7B is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB17186123-
CMYK0.9100.340.27
HSL157.63º83.25%39.8%-
HSV(B)157.63º90.86%72.94%-
XYZ21.3736.6724.69-
YUV128.29125.0148.62-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.21%
GREEN value IS 186 (73.05% from 255) = 57.06%
BLUE value IS 123 (48.44% from 255) = 37.73%
R=5.21%
G=57.06%
B=37.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171861230.9100.340.27157.6383.2539.8
Hex11BA7B5B0221B9e5328
Octal212721731330423323612350
Binary100011011101011110111011011010001011011100111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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