Html Css Color HEX #11BA7A Mountain Meadow

📋 copy color: '#11BA7A'

red 17 ◦ green 186 ◦ blue 122

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

Shades of Mountain Meadow #11BA7A

Tints of Mountain Meadow #11BA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 37.54%

R = 5.23%
G = 57.23%
B = 37.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#11BA7A (or 0x11BA7A) is known color: Mountain Meadow. HEX triplet: 11, BA and 7A. RGB value is (17,186,122). Sum of RGB (Red+Green+Blue) = 17+186+122=325 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.23% from 325); Green value is 186 (73.05% from 255 or 57.23% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 186 - color contains mainly: green. Hex color #11BA7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BA7A is #EE4585. Grayscale: #808080. Windows color (decimal): -15615366 or 8043025. OLE color: 8043025.

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

Color convert

RGB 17 186 122 -
CMYK 0.91 0 0.34 0.27
HSL 157.28º 0.83% 0.4% -
HSV(B) 157.28º 0.91% 0.73% -
XYZ 21.3 36.64 24.36 -
YUV 128.17 124.51 48.7 -
System Red Green Blue C M Y K H S L
Decimal 17 186 122 0.91 0 0.34 0.27 157.28 0.83 0.4
Hex 11 BA 7A 5B 0 22 1B 9D 53 28
Octal 21 272 172 133 0 42 33 235 123 50
Binary 10001 10111010 1111010 1011011 0 100010 11011 10011101 1010011 101000

Color Harmonies of #11BA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BA7A

Black with #11BA7A

Text Example


Text Example

White with #11BA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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