Html Css Color HEX #11B382 Mountain Meadow

📋 copy color: '#11B382'

red 17 ◦ green 179 ◦ blue 130

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

Shades of Mountain Meadow #11B382

Tints of Mountain Meadow #11B382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 39.88%

R = 5.21%
G = 54.91%
B = 39.88%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#11B382 (or 0x11B382) is known color: Mountain Meadow. HEX triplet: 11, B3 and 82. RGB value is (17,179,130). Sum of RGB (Red+Green+Blue) = 17+179+130=326 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.21% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 130 (51.17% from 255 or 39.88% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #11B382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #11B382 is #EE4C7D. Grayscale: #7D7D7D. Windows color (decimal): -15617150 or 8565521. OLE color: 8565521.

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

Color convert

RGB 17 179 130 -
CMYK 0.91 0 0.27 0.30
HSL 161.85º 0.83% 0.38% -
HSV(B) 161.85º 0.91% 0.7% -
XYZ 20.38 33.97 26.6 -
YUV 124.98 130.83 50.98 -
System Red Green Blue C M Y K H S L
Decimal 17 179 130 0.91 0 0.27 0.30 161.85 0.83 0.38
Hex 11 B3 82 5B 0 1B 1E A2 53 26
Octal 21 263 202 133 0 33 36 242 123 46
Binary 10001 10110011 10000010 1011011 0 11011 11110 10100010 1010011 100110

Color Harmonies of #11B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B382

Black with #11B382

Text Example


Text Example

White with #11B382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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