Html Css Color HEX #11AD8D Mountain Meadow

📋 copy color: '#11AD8D'

red 17 ◦ green 173 ◦ blue 141

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

Shades of Mountain Meadow #11AD8D

Tints of Mountain Meadow #11AD8D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 52.27%

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

R = 5.14%
G = 52.27%
B = 42.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#11AD8D (or 0x11AD8D) is known color: Mountain Meadow. HEX triplet: 11, AD and 8D. RGB value is (17,173,141). Sum of RGB (Red+Green+Blue) = 17+173+141=331 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.14% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 141 (55.47% from 255 or 42.60% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD8D is #EE5272. Grayscale: #7A7A7A. Windows color (decimal): -15618675 or 9284881. OLE color: 9284881.

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

Color convert

RGB 17 173 141 -
CMYK 0.90 0 0.18 0.32
HSL 167.69º 0.82% 0.37% -
HSV(B) 167.69º 0.9% 0.68% -
XYZ 19.98 31.93 30.31 -
YUV 122.71 138.32 52.6 -
System Red Green Blue C M Y K H S L
Decimal 17 173 141 0.90 0 0.18 0.32 167.69 0.82 0.37
Hex 11 AD 8D 5A 0 12 20 A8 52 25
Octal 21 255 215 132 0 22 40 250 122 45
Binary 10001 10101101 10001101 1011010 0 10010 100000 10101000 1010010 100101

Color Harmonies of #11AD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AD8D

Black with #11AD8D

Text Example


Text Example

White with #11AD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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