Html Css Color HEX #11BA99 Mountain Meadow

📋 copy color: '#11BA99'

red 17 ◦ green 186 ◦ blue 153

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

Shades of Mountain Meadow #11BA99

Tints of Mountain Meadow #11BA99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.98%

R = 4.78%
G = 52.25%
B = 42.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#11BA99 (or 0x11BA99) is known color: Mountain Meadow. HEX triplet: 11, BA and 99. RGB value is (17,186,153). Sum of RGB (Red+Green+Blue) = 17+186+153=356 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.78% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA99 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BA99 is #EE4566. Grayscale: #838383. Windows color (decimal): -15615335 or 10074641. OLE color: 10074641.

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

Color convert

RGB 17 186 153 -
CMYK 0.91 0 0.18 0.27
HSL 168.28º 0.83% 0.4% -
HSV(B) 168.28º 0.91% 0.73% -
XYZ 23.54 37.54 36.14 -
YUV 131.71 140.01 46.18 -
System Red Green Blue C M Y K H S L
Decimal 17 186 153 0.91 0 0.18 0.27 168.28 0.83 0.4
Hex 11 BA 99 5B 0 12 1B A8 53 28
Octal 21 272 231 133 0 22 33 250 123 50
Binary 10001 10111010 10011001 1011011 0 10010 11011 10101000 1010011 101000

Color Harmonies of #11BA99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA99

Black with #11BA99

Text Example


Text Example

White with #11BA99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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