Html Css Color HEX #11AC8D Mountain Meadow

📋 copy color: '#11AC8D'

red 17 ◦ green 172 ◦ blue 141

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

Shades of Mountain Meadow #11AC8D

Tints of Mountain Meadow #11AC8D

RGB

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

 GREEN value IS 172 (67.58% from 255) = 52.12%

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

R = 5.15%
G = 52.12%
B = 42.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#11AC8D (or 0x11AC8D) is known color: Mountain Meadow. HEX triplet: 11, AC and 8D. RGB value is (17,172,141). Sum of RGB (Red+Green+Blue) = 17+172+141=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 172 (67.58% from 255 or 52.12% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 172 - color contains mainly: green. Hex color #11AC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AC8D is #EE5372. Grayscale: #7A7A7A. Windows color (decimal): -15618931 or 9284625. OLE color: 9284625.

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

Color convert

RGB 17 172 141 -
CMYK 0.90 0 0.18 0.33
HSL 168º 0.82% 0.37% -
HSV(B) 168º 0.9% 0.67% -
XYZ 19.79 31.55 30.25 -
YUV 122.12 138.65 53.02 -
System Red Green Blue C M Y K H S L
Decimal 17 172 141 0.90 0 0.18 0.33 168 0.82 0.37
Hex 11 AC 8D 5A 0 12 21 A8 52 25
Octal 21 254 215 132 0 22 41 250 122 45
Binary 10001 10101100 10001101 1011010 0 10010 100001 10101000 1010010 100101

Color Harmonies of #11AC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AC8D

Black with #11AC8D

Text Example


Text Example

White with #11AC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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