Html Css Color HEX #11AA8C Mountain Meadow

📋 copy color: '#11AA8C'

red 17 ◦ green 170 ◦ blue 140

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

Shades of Mountain Meadow #11AA8C

Tints of Mountain Meadow #11AA8C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 51.99%

 BLUE value IS 140 (55.08% from 255) = 42.81%

R = 5.2%
G = 51.99%
B = 42.81%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#11AA8C (or 0x11AA8C) is known color: Mountain Meadow. HEX triplet: 11, AA and 8C. RGB value is (17,170,140). Sum of RGB (Red+Green+Blue) = 17+170+140=327 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.20% from 327); Green value is 170 (66.80% from 255 or 51.99% from 327); Blue value is 140 (55.08% from 255 or 42.81% from 327); Max value from RGB is 170 - color contains mainly: green. Hex color #11AA8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AA8C is #EE5573. Grayscale: #787878. Windows color (decimal): -15619444 or 9218577. OLE color: 9218577.

HSL color Cylindrical-coordinate representation of color #11AA8C: hue angle of 168.24º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AA8C is Cyan = 0.9, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB 17 170 140 -
CMYK 0.9 0 0.18 0.33
HSL 168.24º 0.82% 0.37% -
HSV(B) 168.24º 0.9% 0.67% -
XYZ 19.34 30.76 29.73 -
YUV 120.83 138.81 53.94 -
System Red Green Blue C M Y K H S L
Decimal 17 170 140 0.9 0 0.18 0.33 168.24 0.82 0.37
Hex 11 AA 8C 5A 0 12 21 A8 52 25
Octal 21 252 214 132 0 22 41 250 122 45
Binary 10001 10101010 10001100 1011010 0 10010 100001 10101000 1010010 100101

Color Harmonies of #11AA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AA8C

Black with #11AA8C

Text Example


Text Example

White with #11AA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,170,140); }

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

background-color css

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

 a { background-color: rgb(17,170,140); }

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

border-color css

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

 span { border-color: rgb(17,170,140); }

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