Html Css Color HEX #11BF8C Mountain Meadow

📋 copy color: '#11BF8C'

red 17 ◦ green 191 ◦ blue 140

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

Shades of Mountain Meadow #11BF8C

Tints of Mountain Meadow #11BF8C

RGB

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

 GREEN value IS 191 (75% from 255) = 54.89%

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

R = 4.89%
G = 54.89%
B = 40.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#11BF8C (or 0x11BF8C) is known color: Mountain Meadow. HEX triplet: 11, BF and 8C. RGB value is (17,191,140). Sum of RGB (Red+Green+Blue) = 17+191+140=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 191 (75% from 255 or 54.89% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF8C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BF8C is #EE4073. Grayscale: #858585. Windows color (decimal): -15614068 or 9223953. OLE color: 9223953.

HSL color Cylindrical-coordinate representation of color #11BF8C: hue angle of 162.41º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BF8C is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 140 -
CMYK 0.91 0 0.27 0.25
HSL 162.41º 0.84% 0.41% -
HSV(B) 162.41º 0.91% 0.75% -
XYZ 23.6 39.27 31.15 -
YUV 133.16 131.85 45.15 -
System Red Green Blue C M Y K H S L
Decimal 17 191 140 0.91 0 0.27 0.25 162.41 0.84 0.41
Hex 11 BF 8C 5B 0 1B 19 A2 54 29
Octal 21 277 214 133 0 33 31 242 124 51
Binary 10001 10111111 10001100 1011011 0 11011 11001 10100010 1010100 101001

Color Harmonies of #11BF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BF8C

Black with #11BF8C

Text Example


Text Example

White with #11BF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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