Html Css Color HEX #11BA96 Mountain Meadow

📋 copy color: '#11BA96'

red 17 ◦ green 186 ◦ blue 150

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

Shades of Mountain Meadow #11BA96

Tints of Mountain Meadow #11BA96

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.69%

 BLUE value IS 150 (58.98% from 255) = 42.49%

R = 4.82%
G = 52.69%
B = 42.49%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#11BA96 (or 0x11BA96) is known color: Mountain Meadow. HEX triplet: 11, BA and 96. RGB value is (17,186,150). Sum of RGB (Red+Green+Blue) = 17+186+150=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 186 (73.05% from 255 or 52.69% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA96 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BA96 is #EE4569. Grayscale: #838383. Windows color (decimal): -15615338 or 9878033. OLE color: 9878033.

HSL color Cylindrical-coordinate representation of color #11BA96: hue angle of 167.22º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BA96 is Cyan = 0.91, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 186 150 -
CMYK 0.91 0 0.19 0.27
HSL 167.22º 0.83% 0.4% -
HSV(B) 167.22º 0.91% 0.73% -
XYZ 23.3 37.44 34.85 -
YUV 131.37 138.51 46.43 -
System Red Green Blue C M Y K H S L
Decimal 17 186 150 0.91 0 0.19 0.27 167.22 0.83 0.4
Hex 11 BA 96 5B 0 13 1B A7 53 28
Octal 21 272 226 133 0 23 33 247 123 50
Binary 10001 10111010 10010110 1011011 0 10011 11011 10100111 1010011 101000

Color Harmonies of #11BA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA96

Black with #11BA96

Text Example


Text Example

White with #11BA96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,186,150); }

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

background-color css

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

 a { background-color: rgb(17,186,150); }

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

border-color css

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

 span { border-color: rgb(17,186,150); }

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