Html Css Color HEX #11AD8F Mountain Meadow

📋 copy color: '#11AD8F'

red 17 ◦ green 173 ◦ blue 143

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

Shades of Mountain Meadow #11AD8F

Tints of Mountain Meadow #11AD8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 5.11%
G = 51.95%
B = 42.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#11AD8F (or 0x11AD8F) is known color: Mountain Meadow. HEX triplet: 11, AD and 8F. RGB value is (17,173,143). Sum of RGB (Red+Green+Blue) = 17+173+143=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 173 (67.97% from 255 or 51.95% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 173 - color contains mainly: green. Hex color #11AD8F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11AD8F is #EE5270. Grayscale: #7A7A7A. Windows color (decimal): -15618673 or 9415953. OLE color: 9415953.

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

Color convert

RGB 17 173 143 -
CMYK 0.90 0 0.17 0.32
HSL 168.46º 0.82% 0.37% -
HSV(B) 168.46º 0.9% 0.68% -
XYZ 20.13 31.99 31.1 -
YUV 122.94 139.32 52.44 -
System Red Green Blue C M Y K H S L
Decimal 17 173 143 0.90 0 0.17 0.32 168.46 0.82 0.37
Hex 11 AD 8F 5A 0 11 20 A8 52 25
Octal 21 255 217 132 0 21 40 250 122 45
Binary 10001 10101101 10001111 1011010 0 10001 100000 10101000 1010010 100101

Color Harmonies of #11AD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11AD8F

Black with #11AD8F

Text Example


Text Example

White with #11AD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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