Html Css Color HEX #11B38C Mountain Meadow

📋 copy color: '#11B38C'

red 17 ◦ green 179 ◦ blue 140

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

Shades of Mountain Meadow #11B38C

Tints of Mountain Meadow #11B38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.27%

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

R = 5.06%
G = 53.27%
B = 41.67%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#11B38C (or 0x11B38C) is known color: Mountain Meadow. HEX triplet: 11, B3 and 8C. RGB value is (17,179,140). Sum of RGB (Red+Green+Blue) = 17+179+140=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 179 (70.31% from 255 or 53.27% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 179 - color contains mainly: green. Hex color #11B38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B38C is #EE4C73. Grayscale: #7E7E7E. Windows color (decimal): -15617140 or 9220881. OLE color: 9220881.

HSL color Cylindrical-coordinate representation of color #11B38C: hue angle of 165.56º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B38C is Cyan = 0.91, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 179 140 -
CMYK 0.91 0 0.22 0.30
HSL 165.56º 0.83% 0.38% -
HSV(B) 165.56º 0.91% 0.7% -
XYZ 21.08 34.25 30.31 -
YUV 126.12 135.83 50.17 -
System Red Green Blue C M Y K H S L
Decimal 17 179 140 0.91 0 0.22 0.30 165.56 0.83 0.38
Hex 11 B3 8C 5B 0 16 1E A6 53 26
Octal 21 263 214 133 0 26 36 246 123 46
Binary 10001 10110011 10001100 1011011 0 10110 11110 10100110 1010011 100110

Color Harmonies of #11B38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B38C

Black with #11B38C

Text Example


Text Example

White with #11B38C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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