#11B485

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

Shades of Mountain Meadow #11B485

Tints of Mountain Meadow #11B485

Color information

#11B485 (or 0x11B485) is unknown color: approx Mountain Meadow. HEX triplet: 11, B4 and 85. RGB value is (17,180,133). Sum of RGB (Red+Green+Blue) = 17+180+133=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 180 (70.70% from 255 or 54.55% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 180 - color contains mainly: green. Hex color #11B485 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B485 is #EE4B7A. Grayscale: #7D7D7D. Windows color (decimal): -15616891 or 8762385. OLE color: 8762385.

HSL color Cylindrical-coordinate representation of color #11B485: hue angle of 162.7º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B485 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB17180133-
CMYK0.9100.260.29
HSL162.7º82.74%38.63%-
HSV(B)162.7º90.56%70.59%-
XYZ20.7934.4627.75-
YUV125.913250.32-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.15%
GREEN value IS 180 (70.70% from 255) = 54.55%
BLUE value IS 133 (52.34% from 255) = 40.30%
R=5.15%
G=54.55%
B=40.30%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171801330.9100.260.29162.782.7438.63
Hex11B4855B01A1Da35327
Octal212642051330323524312347
Binary100011011010010000101101101101101011101101000111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11B485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,180,133); }

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

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

 a { background-color: rgb(17,180,133); }

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

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

 span { border-color: rgb(17,180,133); }

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