Html Css Color HEX #11BD8D Mountain Meadow

📋 copy color: '#11BD8D'

red 17 ◦ green 189 ◦ blue 141

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

Shades of Mountain Meadow #11BD8D

Tints of Mountain Meadow #11BD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 54.47%

 BLUE value IS 141 (55.47% from 255) = 40.63%

R = 4.9%
G = 54.47%
B = 40.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#11BD8D (or 0x11BD8D) is known color: Mountain Meadow. HEX triplet: 11, BD and 8D. RGB value is (17,189,141). Sum of RGB (Red+Green+Blue) = 17+189+141=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 189 (74.22% from 255 or 54.47% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD8D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11BD8D is #EE4272. Grayscale: #848484. Windows color (decimal): -15614579 or 9288977. OLE color: 9288977.

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

Color convert

RGB 17 189 141 -
CMYK 0.91 0 0.25 0.26
HSL 163.26º 0.83% 0.4% -
HSV(B) 163.26º 0.91% 0.74% -
XYZ 23.24 38.44 31.39 -
YUV 132.1 133.02 45.9 -
System Red Green Blue C M Y K H S L
Decimal 17 189 141 0.91 0 0.25 0.26 163.26 0.83 0.4
Hex 11 BD 8D 5B 0 19 1A A3 53 28
Octal 21 275 215 133 0 31 32 243 123 50
Binary 10001 10111101 10001101 1011011 0 11001 11010 10100011 1010011 101000

Color Harmonies of #11BD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BD8D

Black with #11BD8D

Text Example


Text Example

White with #11BD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,189,141); }

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

background-color css

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

 a { background-color: rgb(17,189,141); }

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

border-color css

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

 span { border-color: rgb(17,189,141); }

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