#11B17F

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

Shades of Mountain Meadow #11B17F

Tints of Mountain Meadow #11B17F

Color information

#11B17F (or 0x11B17F) is unknown color: approx Mountain Meadow. HEX triplet: 11, B1 and 7F. RGB value is (17,177,127). Sum of RGB (Red+Green+Blue) = 17+177+127=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 177 (69.53% from 255 or 55.14% from 321); Blue value is 127 (50% from 255 or 39.56% from 321); Max value from RGB is 177 - color contains mainly: green. Hex color #11B17F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11B17F is #EE4E80. Grayscale: #7B7B7B. Windows color (decimal): -15617665 or 8368401. OLE color: 8368401.

HSL color Cylindrical-coordinate representation of color #11B17F: hue angle of 161.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B17F is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17177127-
CMYK0.9000.280.31
HSL161.25º82.47%38.04%-
HSV(B)161.25º90.4%69.41%-
XYZ19.7833.125.42-
YUV123.46129.9952.07-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.30%
GREEN value IS 177 (69.53% from 255) = 55.14%
BLUE value IS 127 (50% from 255) = 39.56%
R=5.30%
G=55.14%
B=39.56%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171771270.9000.280.31161.2582.4738.04
Hex11B17F5A01C1Fa15226
Octal212611771320343724112246
Binary10001101100011111111101101001110011111101000011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,177,127); }

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

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

 a { background-color: rgb(17,177,127); }

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

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

 span { border-color: rgb(17,177,127); }

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