Html Css Color HEX #11A68A Mountain Meadow

📋 copy color: '#11A68A'

red 17 ◦ green 166 ◦ blue 138

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

Shades of Mountain Meadow #11A68A

Tints of Mountain Meadow #11A68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.99%

R = 5.3%
G = 51.71%
B = 42.99%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#11A68A (or 0x11A68A) is known color: Mountain Meadow. HEX triplet: 11, A6 and 8A. RGB value is (17,166,138). Sum of RGB (Red+Green+Blue) = 17+166+138=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 138 (54.30% from 255 or 42.99% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #11A68A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11A68A is #EE5975. Grayscale: #767676. Windows color (decimal): -15620470 or 9086481. OLE color: 9086481.

HSL color Cylindrical-coordinate representation of color #11A68A: hue angle of 168.72º 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 #11A68A is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 17 166 138 -
CMYK 0.90 0 0.17 0.35
HSL 168.72º 0.81% 0.36% -
HSV(B) 168.72º 0.9% 0.65% -
XYZ 18.45 29.23 28.71 -
YUV 118.26 139.14 55.78 -
System Red Green Blue C M Y K H S L
Decimal 17 166 138 0.90 0 0.17 0.35 168.72 0.81 0.36
Hex 11 A6 8A 5A 0 11 23 A9 51 24
Octal 21 246 212 132 0 21 43 251 121 44
Binary 10001 10100110 10001010 1011010 0 10001 100011 10101001 1010001 100100

Color Harmonies of #11A68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A68A

Black with #11A68A

Text Example


Text Example

White with #11A68A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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