Html Css Color HEX #11B08B Mountain Meadow

📋 copy color: '#11B08B'

red 17 ◦ green 176 ◦ blue 139

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

Shades of Mountain Meadow #11B08B

Tints of Mountain Meadow #11B08B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 53.01%

 BLUE value IS 139 (54.69% from 255) = 41.87%

R = 5.12%
G = 53.01%
B = 41.87%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#11B08B (or 0x11B08B) is known color: Mountain Meadow. HEX triplet: 11, B0 and 8B. RGB value is (17,176,139). Sum of RGB (Red+Green+Blue) = 17+176+139=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 176 (69.14% from 255 or 53.01% from 332); Blue value is 139 (54.69% from 255 or 41.87% from 332); Max value from RGB is 176 - color contains mainly: green. Hex color #11B08B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B08B is #EE4F74. Grayscale: #7C7C7C. Windows color (decimal): -15617909 or 9154577. OLE color: 9154577.

HSL color Cylindrical-coordinate representation of color #11B08B: hue angle of 166.04º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B08B is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 17 176 139 -
CMYK 0.90 0 0.21 0.31
HSL 166.04º 0.82% 0.38% -
HSV(B) 166.04º 0.9% 0.69% -
XYZ 20.42 33.03 29.73 -
YUV 124.24 136.32 51.51 -
System Red Green Blue C M Y K H S L
Decimal 17 176 139 0.90 0 0.21 0.31 166.04 0.82 0.38
Hex 11 B0 8B 5A 0 15 1F A6 52 26
Octal 21 260 213 132 0 25 37 246 122 46
Binary 10001 10110000 10001011 1011010 0 10101 11111 10100110 1010010 100110

Color Harmonies of #11B08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B08B

Black with #11B08B

Text Example


Text Example

White with #11B08B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,176,139); }

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

background-color css

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

 a { background-color: rgb(17,176,139); }

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

border-color css

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

 span { border-color: rgb(17,176,139); }

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