Html Css Color HEX #11AB8E Mountain Meadow

📋 copy color: '#11AB8E'

red 17 ◦ green 171 ◦ blue 142

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

Shades of Mountain Meadow #11AB8E

Tints of Mountain Meadow #11AB8E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 51.82%

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 5.15%
G = 51.82%
B = 43.03%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#11AB8E (or 0x11AB8E) is known color: Mountain Meadow. HEX triplet: 11, AB and 8E. RGB value is (17,171,142). Sum of RGB (Red+Green+Blue) = 17+171+142=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 171 (67.19% from 255 or 51.82% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 171 - color contains mainly: green. Hex color #11AB8E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AB8E is #EE5471. Grayscale: #797979. Windows color (decimal): -15619186 or 9349905. OLE color: 9349905.

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

Color convert

RGB 17 171 142 -
CMYK 0.90 0 0.17 0.33
HSL 168.7º 0.82% 0.37% -
HSV(B) 168.7º 0.9% 0.67% -
XYZ 19.68 31.2 30.58 -
YUV 121.65 139.48 53.36 -
System Red Green Blue C M Y K H S L
Decimal 17 171 142 0.90 0 0.17 0.33 168.7 0.82 0.37
Hex 11 AB 8E 5A 0 11 21 A9 52 25
Octal 21 253 216 132 0 21 41 251 122 45
Binary 10001 10101011 10001110 1011010 0 10001 100001 10101001 1010010 100101

Color Harmonies of #11AB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AB8E

Black with #11AB8E

Text Example


Text Example

White with #11AB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,171,142); }

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

background-color css

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

 a { background-color: rgb(17,171,142); }

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

border-color css

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

 span { border-color: rgb(17,171,142); }

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