Html Css Color HEX #11BC8F Mountain Meadow

📋 copy color: '#11BC8F'

red 17 ◦ green 188 ◦ blue 143

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

Shades of Mountain Meadow #11BC8F

Tints of Mountain Meadow #11BC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.09%

R = 4.89%
G = 54.02%
B = 41.09%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#11BC8F (or 0x11BC8F) is known color: Mountain Meadow. HEX triplet: 11, BC and 8F. RGB value is (17,188,143). Sum of RGB (Red+Green+Blue) = 17+188+143=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 143 (56.25% from 255 or 41.09% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #11BC8F is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BC8F is #EE4370. Grayscale: #838383. Windows color (decimal): -15614833 or 9419793. OLE color: 9419793.

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

Color convert

RGB 17 188 143 -
CMYK 0.91 0 0.24 0.26
HSL 164.21º 0.83% 0.4% -
HSV(B) 164.21º 0.91% 0.74% -
XYZ 23.17 38.07 32.11 -
YUV 131.74 134.35 46.16 -
System Red Green Blue C M Y K H S L
Decimal 17 188 143 0.91 0 0.24 0.26 164.21 0.83 0.4
Hex 11 BC 8F 5B 0 18 1A A4 53 28
Octal 21 274 217 133 0 30 32 244 123 50
Binary 10001 10111100 10001111 1011011 0 11000 11010 10100100 1010011 101000

Color Harmonies of #11BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BC8F

Black with #11BC8F

Text Example


Text Example

White with #11BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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