Html Css Color HEX #11B48C Mountain Meadow

📋 copy color: '#11B48C'

red 17 ◦ green 180 ◦ blue 140

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

Shades of Mountain Meadow #11B48C

Tints of Mountain Meadow #11B48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 53.41%

 BLUE value IS 140 (55.08% from 255) = 41.54%

R = 5.04%
G = 53.41%
B = 41.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#11B48C (or 0x11B48C) is known color: Mountain Meadow. HEX triplet: 11, B4 and 8C. RGB value is (17,180,140). Sum of RGB (Red+Green+Blue) = 17+180+140=337 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.04% from 337); Green value is 180 (70.70% from 255 or 53.41% from 337); Blue value is 140 (55.08% from 255 or 41.54% from 337); Max value from RGB is 180 - color contains mainly: green. Hex color #11B48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B48C is #EE4B73. Grayscale: #7E7E7E. Windows color (decimal): -15616884 or 9221137. OLE color: 9221137.

HSL color Cylindrical-coordinate representation of color #11B48C: hue angle of 165.28º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B48C is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 180 140 -
CMYK 0.91 0 0.22 0.29
HSL 165.28º 0.83% 0.39% -
HSV(B) 165.28º 0.91% 0.71% -
XYZ 21.29 34.66 30.38 -
YUV 126.7 135.5 49.75 -
System Red Green Blue C M Y K H S L
Decimal 17 180 140 0.91 0 0.22 0.29 165.28 0.83 0.39
Hex 11 B4 8C 5B 0 16 1D A5 53 27
Octal 21 264 214 133 0 26 35 245 123 47
Binary 10001 10110100 10001100 1011011 0 10110 11101 10100101 1010011 100111

Color Harmonies of #11B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B48C

Black with #11B48C

Text Example


Text Example

White with #11B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,180,140); }

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

background-color css

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

 a { background-color: rgb(17,180,140); }

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

border-color css

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

 span { border-color: rgb(17,180,140); }

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