#11B97E

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

Shades of Mountain Meadow #11B97E

Tints of Mountain Meadow #11B97E

Color information

#11B97E (or 0x11B97E) is unknown color: approx Mountain Meadow. HEX triplet: 11, B9 and 7E. RGB value is (17,185,126). Sum of RGB (Red+Green+Blue) = 17+185+126=328 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.18% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 126 (49.61% from 255 or 38.41% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #11B97E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11B97E is #EE4681. Grayscale: #808080. Windows color (decimal): -15615618 or 8304913. OLE color: 8304913.

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

Color convert

RGB17185126-
CMYK0.9100.320.27
HSL158.93º83.17%39.61%-
HSV(B)158.93º90.81%72.55%-
XYZ21.3536.3225.62-
YUV128.04126.8448.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.18%
GREEN value IS 185 (72.66% from 255) = 56.40%
BLUE value IS 126 (49.61% from 255) = 38.41%
R=5.18%
G=56.40%
B=38.41%

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
Decimal171851260.9100.320.27158.9383.1739.61
Hex11B97E5B0201B9f5328
Octal212711761330403323712350
Binary100011011100111111101011011010000011011100111111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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