#11BF8B

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

Shades of Mountain Meadow #11BF8B

Tints of Mountain Meadow #11BF8B

Color information

#11BF8B (or 0x11BF8B) is unknown color: approx Mountain Meadow. HEX triplet: 11, BF and 8B. RGB value is (17,191,139). Sum of RGB (Red+Green+Blue) = 17+191+139=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF8B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BF8B is #EE4074. Grayscale: #858585. Windows color (decimal): -15614069 or 9158417. OLE color: 9158417.

HSL color Cylindrical-coordinate representation of color #11BF8B: hue angle of 162.07º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BF8B is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB17191139-
CMYK0.9100.270.25
HSL162.07º83.65%40.78%-
HSV(B)162.07º91.1%74.9%-
XYZ23.5239.2430.76-
YUV133.05131.3545.23-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.90%
GREEN value IS 191 (75% from 255) = 55.04%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=4.90%
G=55.04%
B=40.06%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal171911390.9100.270.25162.0783.6540.78
Hex11BF8B5B01B19a25429
Octal212772131330333124212451
Binary100011011111110001011101101101101111001101000101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11BF8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,191,139); }

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

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

 a { background-color: rgb(17,191,139); }

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

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

 span { border-color: rgb(17,191,139); }

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