Html Css Color HEX #11A685 Mountain Meadow

📋 copy color: '#11A685'

red 17 ◦ green 166 ◦ blue 133

#11A685
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #11A685

Tints of Mountain Meadow #11A685

RGB

 RED value IS 17 (7.03% from 255) = 5.38%

 GREEN value IS 166 (65.23% from 255) = 52.53%

 BLUE value IS 133 (52.34% from 255) = 42.09%

R = 5.38%
G = 52.53%
B = 42.09%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#11A685 (or 0x11A685) is known color: Mountain Meadow. HEX triplet: 11, A6 and 85. RGB value is (17,166,133). Sum of RGB (Red+Green+Blue) = 17+166+133=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 166 (65.23% from 255 or 52.53% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 166 - color contains mainly: green. Hex color #11A685 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A685 is #EE597A. Grayscale: #757575. Windows color (decimal): -15620475 or 8758801. OLE color: 8758801.

HSL color Cylindrical-coordinate representation of color #11A685: hue angle of 166.71º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A685 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 166 133 -
CMYK 0.90 0 0.20 0.35
HSL 166.71º 0.81% 0.36% -
HSV(B) 166.71º 0.9% 0.65% -
XYZ 18.1 29.09 26.85 -
YUV 117.69 136.64 56.18 -
System Red Green Blue C M Y K H S L
Decimal 17 166 133 0.90 0 0.20 0.35 166.71 0.81 0.36
Hex 11 A6 85 5A 0 14 23 A7 51 24
Octal 21 246 205 132 0 24 43 247 121 44
Binary 10001 10100110 10000101 1011010 0 10100 100011 10100111 1010001 100100

Color Harmonies of #11A685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A685

Black with #11A685

Text Example


Text Example

White with #11A685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #11A685;
 }
 .AnyTagClassName
 {
   color: #11A685;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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