Html Css Color HEX #11AE8D Mountain Meadow

📋 copy color: '#11AE8D'

red 17 ◦ green 174 ◦ blue 141

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

Shades of Mountain Meadow #11AE8D

Tints of Mountain Meadow #11AE8D

RGB

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

 GREEN value IS 174 (68.36% from 255) = 52.41%

 BLUE value IS 141 (55.47% from 255) = 42.47%

R = 5.12%
G = 52.41%
B = 42.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#11AE8D (or 0x11AE8D) is known color: Mountain Meadow. HEX triplet: 11, AE and 8D. RGB value is (17,174,141). Sum of RGB (Red+Green+Blue) = 17+174+141=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 174 (68.36% from 255 or 52.41% from 332); Blue value is 141 (55.47% from 255 or 42.47% from 332); Max value from RGB is 174 - color contains mainly: green. Hex color #11AE8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AE8D is #EE5172. Grayscale: #7B7B7B. Windows color (decimal): -15618419 or 9285137. OLE color: 9285137.

HSL color Cylindrical-coordinate representation of color #11AE8D: hue angle of 167.39º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11AE8D is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 174 141 -
CMYK 0.90 0 0.19 0.32
HSL 167.39º 0.82% 0.37% -
HSV(B) 167.39º 0.9% 0.68% -
XYZ 20.17 32.31 30.37 -
YUV 123.3 137.99 52.18 -
System Red Green Blue C M Y K H S L
Decimal 17 174 141 0.90 0 0.19 0.32 167.39 0.82 0.37
Hex 11 AE 8D 5A 0 13 20 A7 52 25
Octal 21 256 215 132 0 23 40 247 122 45
Binary 10001 10101110 10001101 1011010 0 10011 100000 10100111 1010010 100101

Color Harmonies of #11AE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AE8D

Black with #11AE8D

Text Example


Text Example

White with #11AE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,174,141); }

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

background-color css

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

 a { background-color: rgb(17,174,141); }

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

border-color css

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

 span { border-color: rgb(17,174,141); }

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