Html Css Color HEX #11B083 Mountain Meadow

📋 copy color: '#11B083'

red 17 ◦ green 176 ◦ blue 131

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

Shades of Mountain Meadow #11B083

Tints of Mountain Meadow #11B083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 5.25%
G = 54.32%
B = 40.43%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#11B083 (or 0x11B083) is known color: Mountain Meadow. HEX triplet: 11, B0 and 83. RGB value is (17,176,131). Sum of RGB (Red+Green+Blue) = 17+176+131=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #11B083 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #11B083 is #EE4F7C. Grayscale: #7B7B7B. Windows color (decimal): -15617917 or 8630289. OLE color: 8630289.

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

Color convert

RGB 17 176 131 -
CMYK 0.90 0 0.26 0.31
HSL 163.02º 0.82% 0.38% -
HSV(B) 163.02º 0.9% 0.69% -
XYZ 19.85 32.81 26.76 -
YUV 123.33 132.32 52.16 -
System Red Green Blue C M Y K H S L
Decimal 17 176 131 0.90 0 0.26 0.31 163.02 0.82 0.38
Hex 11 B0 83 5A 0 1A 1F A3 52 26
Octal 21 260 203 132 0 32 37 243 122 46
Binary 10001 10110000 10000011 1011010 0 11010 11111 10100011 1010010 100110

Color Harmonies of #11B083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B083

Black with #11B083

Text Example


Text Example

White with #11B083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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