Html Css Color HEX #11B484 Mountain Meadow

📋 copy color: '#11B484'

red 17 ◦ green 180 ◦ blue 132

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

Shades of Mountain Meadow #11B484

Tints of Mountain Meadow #11B484

RGB

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

 GREEN value IS 180 (70.7% from 255) = 54.71%

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 5.17%
G = 54.71%
B = 40.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#11B484 (or 0x11B484) is known color: Mountain Meadow. HEX triplet: 11, B4 and 84. RGB value is (17,180,132). Sum of RGB (Red+Green+Blue) = 17+180+132=329 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.17% from 329); Green value is 180 (70.70% from 255 or 54.71% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 180 - color contains mainly: green. Hex color #11B484 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B484 is #EE4B7B. Grayscale: #7D7D7D. Windows color (decimal): -15616892 or 8696849. OLE color: 8696849.

HSL color Cylindrical-coordinate representation of color #11B484: hue angle of 162.33º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B484 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 17 180 132 -
CMYK 0.91 0 0.27 0.29
HSL 162.33º 0.83% 0.39% -
HSV(B) 162.33º 0.91% 0.71% -
XYZ 20.72 34.43 27.38 -
YUV 125.79 131.5 50.4 -
System Red Green Blue C M Y K H S L
Decimal 17 180 132 0.91 0 0.27 0.29 162.33 0.83 0.39
Hex 11 B4 84 5B 0 1B 1D A2 53 27
Octal 21 264 204 133 0 33 35 242 123 47
Binary 10001 10110100 10000100 1011011 0 11011 11101 10100010 1010011 100111

Color Harmonies of #11B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B484

Black with #11B484

Text Example


Text Example

White with #11B484

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,180,132); }

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

background-color css

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

 a { background-color: rgb(17,180,132); }

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

border-color css

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

 span { border-color: rgb(17,180,132); }

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