Html Css Color HEX #11BC8C Mountain Meadow

📋 copy color: '#11BC8C'

red 17 ◦ green 188 ◦ blue 140

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

Shades of Mountain Meadow #11BC8C

Tints of Mountain Meadow #11BC8C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 54.49%

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

R = 4.93%
G = 54.49%
B = 40.58%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#11BC8C (or 0x11BC8C) is known color: Mountain Meadow. HEX triplet: 11, BC and 8C. RGB value is (17,188,140). Sum of RGB (Red+Green+Blue) = 17+188+140=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 140 (55.08% from 255 or 40.58% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC8C is #EE4373. Grayscale: #838383. Windows color (decimal): -15614836 or 9223185. OLE color: 9223185.

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

Color convert

RGB 17 188 140 -
CMYK 0.91 0 0.26 0.26
HSL 163.16º 0.83% 0.4% -
HSV(B) 163.16º 0.91% 0.74% -
XYZ 22.95 37.98 30.93 -
YUV 131.4 132.85 46.4 -
System Red Green Blue C M Y K H S L
Decimal 17 188 140 0.91 0 0.26 0.26 163.16 0.83 0.4
Hex 11 BC 8C 5B 0 1A 1A A3 53 28
Octal 21 274 214 133 0 32 32 243 123 50
Binary 10001 10111100 10001100 1011011 0 11010 11010 10100011 1010011 101000

Color Harmonies of #11BC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BC8C

Black with #11BC8C

Text Example


Text Example

White with #11BC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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